Revision
111866
Author
raimue@macports.org
Date
2013-10-04 07:32:19 -0700 (Fri, 04 Oct 2013)

Log Message

devel/zmq:
Fix build on darwin <= 10, closes #40663

Modified Paths

Removed Paths

Diff

Modified: trunk/dports/devel/zmq/Portfile (111865 => 111866)


--- trunk/dports/devel/zmq/Portfile	2013-10-04 14:10:32 UTC (rev 111865)
+++ trunk/dports/devel/zmq/Portfile	2013-10-04 14:32:19 UTC (rev 111866)
@@ -37,11 +37,6 @@
 depends_build       port:libtool
 build.args          LIBTOOL=${prefix}/bin/glibtool
 
-# Work-around from upstream, delete debug prints in tests
-if {${os.platform} == "darwin" && ${os.major} < 11} {
-    patchfiles          patch-tests-test_disconnect_inproc.cpp.diff
-}
-
 variant pgm description {build with PGM extension} {
     configure.args-append   --with-pgm
 }