[139551] trunk/dports/devel/boost/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Aug 20 00:23:27 PDT 2015


Revision: 139551
          https://trac.macports.org/changeset/139551
Author:   ryandesign at macports.org
Date:     2015-08-20 00:23:27 -0700 (Thu, 20 Aug 2015)
Log Message:
-----------
boost: fix removal of build arg in no_static variant

Modified Paths:
--------------
    trunk/dports/devel/boost/Portfile

Modified: trunk/dports/devel/boost/Portfile
===================================================================
--- trunk/dports/devel/boost/Portfile	2015-08-20 06:11:30 UTC (rev 139550)
+++ trunk/dports/devel/boost/Portfile	2015-08-20 07:23:27 UTC (rev 139551)
@@ -228,7 +228,7 @@
 }
 
 variant no_static description {Disable building static libraries} {
-    build.args-delete   link=shared,static
+    build.args-delete   link=static,shared
     build.args-append   link=shared
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150820/a7822093/attachment.html>


More information about the macports-changes mailing list