freebsd-ports/audio/fplib/files
Raphael Kubo da Costa c9fc278672 Add a patch to explicitly link against libfplib.so.
What the port was doing was never right, but the upcoming CMake 3.5.0 makes the
build failures happen more often.

Using target_link_libraries() with a name like fplib will just pass -lfplib to
the linker instead of declaring a dependency between the lastfm-fpclient and
fplib_shared targets and parallel builds may break.

PR:		208033
2016-03-19 14:18:40 +00:00
..
patch-CMakeLists.txt