svn commit: r437082 - head/graphics/digikam-kde4/files

Raphael Kubo da Costa rakuco at FreeBSD.org
Mon Mar 27 20:16:01 UTC 2017


Author: rakuco
Date: Mon Mar 27 20:16:00 2017
New Revision: 437082
URL: https://svnweb.freebsd.org/changeset/ports/437082

Log:
  Unbreak after r436971.
  
  Make sure libqlr-1.so's full path is passed to the linker, as -L${LOCALBASE} is
  no longer being passed implicitly.
  
  Submitted by:	tcberner (area51 r12732)

Added:
  head/graphics/digikam-kde4/files/patch-CMakeLists.txt   (contents, props changed)

Added: head/graphics/digikam-kde4/files/patch-CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/digikam-kde4/files/patch-CMakeLists.txt	Mon Mar 27 20:16:00 2017	(r437082)
@@ -0,0 +1,11 @@
+Make sure liblqr-1.so's full path is passed to the linker.
+--- CMakeLists.txt.orig	2016-06-16 18:45:54 UTC
++++ CMakeLists.txt
+@@ -557,6 +557,7 @@ if(DIGIKAM_CAN_BE_COMPILED)
+     if(LQR-1_FOUND)
+         include_directories(${LQR-1_INCLUDE_DIRS})
+         set(liblqr_LIBS ${LQR-1_LIBRARIES})
++        link_directories(${LQR-1_LIBDIR})
+     endif()
+ 
+     # Lensfun library rules


More information about the svn-ports-head mailing list