[kde-freebsd] ports/184942: Failed to build graphics/digikam-kde4
Thomas Quinot
thomas at FreeBSD.ORG
Sat Jan 11 18:10:00 UTC 2014
The following reply was made to PR ports/184942; it has been noted by GNATS.
From: Thomas Quinot <thomas at FreeBSD.ORG>
To: bug-followup at freebsd.org
Cc:
Subject: Re: ports/184942: Failed to build graphics/digikam-kde4
Date: Sat, 11 Jan 2014 18:59:06 +0100
--jRHKVT23PllUwdXP
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
The attached patch works around this failure.
Thomas.
--jRHKVT23PllUwdXP
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: attachment; filename=d
Content-Transfer-Encoding: 8bit
Index: patch-CMakeLists.txt
===================================================================
--- patch-CMakeLists.txt (révision 339439)
+++ patch-CMakeLists.txt (copie de travail)
@@ -25,3 +25,13 @@
IF(USE_SCRIPT_IFACE)
INCLUDE_DIRECTORIES(${QT_QTSCRIPT_INCLUDE_DIR})
ENDIF(USE_SCRIPT_IFACE)
+@@ -762,6 +767,9 @@
+
+ ENDIF(EIGEN3_FOUND)
+
++ # FreeBSD patch
++ LINK_DIRECTORIES(/usr/local/lib)
++
+ # ==================================================================================================
+ # Common targets parts
+
--jRHKVT23PllUwdXP--
More information about the kde-freebsd
mailing list