https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208033

--- Comment #7 from commit-h...@freebsd.org ---
A commit references this bug:

Author: rakuco
Date: Sat Mar 19 14:18:40 UTC 2016
New revision: 411399
URL: https://svnweb.freebsd.org/changeset/ports/411399

Log:
  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

Changes:
  head/audio/fplib/files/
  head/audio/fplib/files/patch-CMakeLists.txt

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to