mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
9fa9eb9ac7
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
16 lines
453 B
Plaintext
16 lines
453 B
Plaintext
Link against an actual target name, not the generated library name.
|
|
|
|
If we link against the latter, there is no dependency between lastfm-fpclient
|
|
and fplib, which can break parallel builds starting with CMake 3.5.0.
|
|
--- CMakeLists.txt.orig 2013-10-23 16:45:46 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -139,7 +139,7 @@ ADD_EXECUTABLE(lastfm-fpclient
|
|
|
|
# Link the executable
|
|
TARGET_LINK_LIBRARIES(lastfm-fpclient
|
|
- fplib
|
|
+ fplib_shared
|
|
fftw3f
|
|
mad
|
|
tag
|