[105538] trunk/dports/science/gr-osmosdr/Portfile

michaelld at macports.org michaelld at macports.org
Tue Apr 23 18:43:14 PDT 2013


Revision: 105538
          https://trac.macports.org/changeset/105538
Author:   michaelld at macports.org
Date:     2013-04-23 18:43:14 -0700 (Tue, 23 Apr 2013)
Log Message:
-----------
gr-osmosdr: fix linking issue with Boost libraries.

Modified Paths:
--------------
    trunk/dports/science/gr-osmosdr/Portfile

Modified: trunk/dports/science/gr-osmosdr/Portfile
===================================================================
--- trunk/dports/science/gr-osmosdr/Portfile	2013-04-24 01:25:22 UTC (rev 105537)
+++ trunk/dports/science/gr-osmosdr/Portfile	2013-04-24 01:43:14 UTC (rev 105538)
@@ -31,6 +31,12 @@
 depends_lib-append	path:lib/libgnuradio-audio.dylib:gnuradio \
                     port:rtl-sdr
 
+post-patch {
+    # temporary fix for correct linkage with required Boost libraries;
+    # will be fixed in future commit.
+    reinplace "s at find_package(Boost)@find_package(Boost COMPONENTS thread system)@" ${worksrcpath}/CMakeLists.txt
+}
+
 # do VPATH build
 
 set vpath           ${workpath}/build
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130423/1272586e/attachment.html>


More information about the macports-changes mailing list