Revision: 96061 https://trac.macports.org/changeset/96061 Author: kimuraw@macports.org Date: 2012-07-30 08:27:58 -0700 (Mon, 30 Jul 2012) Log Message: ----------- devel/boehmgc: avoid linking lib/libatomic_ops when port:libatomic_ops-devel is installed. Modified Paths: -------------- trunk/dports/devel/boehmgc/Portfile Modified: trunk/dports/devel/boehmgc/Portfile =================================================================== --- trunk/dports/devel/boehmgc/Portfile 2012-07-30 14:33:33 UTC (rev 96060) +++ trunk/dports/devel/boehmgc/Portfile 2012-07-30 15:27:58 UTC (rev 96061) @@ -26,7 +26,8 @@ sha256 5109c0bb38591d72f8387b2b0be345f4fe4e92cfa88e153431db5a4dd110817c configure.args --with-threads=posix \ - --enable-cplusplus + --enable-cplusplus \ + --with-libatomic-ops=no configure.cppflags-append -D_XOPEN_SOURCE=600 -D_DARWIN_C_SOURCE
participants (1)
-
kimuraw@macports.org