devel/boehmgc: avoid linking lib/libatomic_ops when port:libatomic_ops-devel is installed.
--- 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