[112997] trunk/dports/science/hackrf/Portfile

michaelld at macports.org michaelld at macports.org
Wed Nov 6 06:35:20 PST 2013


Revision: 112997
          https://trac.macports.org/changeset/112997
Author:   michaelld at macports.org
Date:     2013-11-06 06:35:20 -0800 (Wed, 06 Nov 2013)
Log Message:
-----------
hackrf: remove top-level library path, such that internal libraries are used instead of any already-installed ones.

Modified Paths:
--------------
    trunk/dports/science/hackrf/Portfile

Modified: trunk/dports/science/hackrf/Portfile
===================================================================
--- trunk/dports/science/hackrf/Portfile	2013-11-06 14:34:28 UTC (rev 112996)
+++ trunk/dports/science/hackrf/Portfile	2013-11-06 14:35:20 UTC (rev 112997)
@@ -48,6 +48,11 @@
 configure.cflags-delete -I${prefix}/include
 configure.cxxflags-delete -I${prefix}/include
 
+# remove top-level library path, such that internal libraries are used
+# instead of any already-installed ones.
+
+configure.ldflags-delete -L${prefix}/lib
+
 # be verbose when building, for debugging purposes
 
 build.post_args     VERBOSE=1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131106/f369fee3/attachment.html>


More information about the macports-changes mailing list