https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218726
--- Comment #3 from [email protected] --- A commit references this bug: Author: tcberner Date: Sun Apr 30 20:20:32 UTC 2017 New revision: 439841 URL: https://svnweb.freebsd.org/changeset/ports/439841 Log: Fix linking against jpeg. As ${LOCALBASE}/lib is was not unconditionally part of the linker flags (only if POSTGRES option was selected), linking of calligra could fail with /usr/bin/ld: cannot find -ljpeg Fix it, by using ${JPEG_LIBRARY} as provided by cmake. PR: 218726 Approved by: rakuco (mentor) Changes: head/editors/calligra/files/ head/editors/calligra/files/patch-filters_karbon_pdf_CMakeLists.txt -- You are receiving this mail because: You are the assignee for the bug.
