[123107] trunk/dports/devel/jubatus/Portfile

hum at macports.org hum at macports.org
Tue Aug 5 05:17:45 PDT 2014


Revision: 123107
          https://trac.macports.org/changeset/123107
Author:   hum at macports.org
Date:     2014-08-05 05:17:45 -0700 (Tue, 05 Aug 2014)
Log Message:
-----------
jubatus: use configure.cxxflags instead of configure.env.

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

Modified: trunk/dports/devel/jubatus/Portfile
===================================================================
--- trunk/dports/devel/jubatus/Portfile	2014-08-05 11:55:41 UTC (rev 123106)
+++ trunk/dports/devel/jubatus/Portfile	2014-08-05 12:17:45 UTC (rev 123107)
@@ -42,7 +42,7 @@
             error "unsupported platform"
         }
     } elseif {${os.major} >= 13} {
-        configure.env-append    CXXFLAGS="${configure.cxxflags} -std=c++11 -DMP_FUNCTIONAL_STANDARD -DMP_MEMORY_STANDARD -DMP_UNORDERED_MAP_STANDARD"
+        configure.cxxflags-append  "-std=c++11 -DMP_FUNCTIONAL_STANDARD -DMP_MEMORY_STANDARD -DMP_UNORDERED_MAP_STANDARD"
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140805/98bf4026/attachment.html>


More information about the macports-changes mailing list