[96061] trunk/dports/devel/boehmgc/Portfile

kimuraw at macports.org kimuraw at macports.org
Mon Jul 30 08:28:01 PDT 2012


Revision: 96061
          https://trac.macports.org/changeset/96061
Author:   kimuraw at 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
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120730/4413b717/attachment-0001.html>


More information about the macports-changes mailing list