[97046] trunk/dports/math/vowpal_wabbit/Portfile

hum at macports.org hum at macports.org
Sat Aug 25 06:05:50 PDT 2012


Revision: 97046
          https://trac.macports.org/changeset/97046
Author:   hum at macports.org
Date:     2012-08-25 06:05:49 -0700 (Sat, 25 Aug 2012)
Log Message:
-----------
vowpal_wabbit: fix LIBS to link with a boost library.

Modified Paths:
--------------
    trunk/dports/math/vowpal_wabbit/Portfile

Modified: trunk/dports/math/vowpal_wabbit/Portfile
===================================================================
--- trunk/dports/math/vowpal_wabbit/Portfile	2012-08-25 13:02:59 UTC (rev 97045)
+++ trunk/dports/math/vowpal_wabbit/Portfile	2012-08-25 13:05:49 UTC (rev 97046)
@@ -33,7 +33,8 @@
 
 build.args          COMPILER=${configure.cxx} \
                     FLAGS="-I${prefix}/include ${configure.cxxflags} [get_canonical_archflags cxx]" \
-                    BOOST_LIBRARY=${prefix}/lib
+                    BOOST_LIBRARY=${prefix}/lib \
+                    LIBS="-lboost_program_options-mt -lpthread -lz"
 
 test.run            yes
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120825/b5469814/attachment.html>


More information about the macports-changes mailing list