[57769] trunk/dports/devel/boost/Portfile
takanori at macports.org
takanori at macports.org
Wed Sep 16 04:48:31 PDT 2009
Revision: 57769
http://trac.macports.org/changeset/57769
Author: takanori at macports.org
Date: 2009-09-16 04:48:27 -0700 (Wed, 16 Sep 2009)
Log Message:
-----------
boost: _GLIBCXX_debug makes no sence. It should be _GLIBCXX_DEBUG. (#20478)
Modified Paths:
--------------
trunk/dports/devel/boost/Portfile
Modified: trunk/dports/devel/boost/Portfile
===================================================================
--- trunk/dports/devel/boost/Portfile 2009-09-16 11:36:17 UTC (rev 57768)
+++ trunk/dports/devel/boost/Portfile 2009-09-16 11:48:27 UTC (rev 57769)
@@ -5,6 +5,7 @@
name boost
version 1.40.0
+version 1
categories devel
platforms darwin
maintainers nox openmaintainer
@@ -156,7 +157,7 @@
}
variant debug description {Build debug libraries} {
- build.args-append variant=debug,release define=_GLIBCXX_debug
+ build.args-append variant=debug,release define=_GLIBCXX_DEBUG
}
variant doc description {Install documentation} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090916/572a6b8d/attachment-0001.html>
More information about the macports-changes
mailing list