Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Mar 2017 20:16:00 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437082 - head/graphics/digikam-kde4/files
Message-ID:  <201703272016.v2RKG0kc066751@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703272016.v2RKG0kc066751>