[53089] trunk/dports/net/mudix/Portfile

toby at macports.org toby at macports.org
Sun Jun 28 22:56:41 PDT 2009


Revision: 53089
          http://trac.macports.org/changeset/53089
Author:   toby at macports.org
Date:     2009-06-28 22:56:38 -0700 (Sun, 28 Jun 2009)
Log Message:
-----------
poll works for me on snow leopard

Modified Paths:
--------------
    trunk/dports/net/mudix/Portfile

Modified: trunk/dports/net/mudix/Portfile
===================================================================
--- trunk/dports/net/mudix/Portfile	2009-06-29 05:16:32 UTC (rev 53088)
+++ trunk/dports/net/mudix/Portfile	2009-06-29 05:56:38 UTC (rev 53089)
@@ -37,6 +37,11 @@
 }
 configure.args		--enable-select
 
+platform darwin 10 {
+	# poll works
+	configure.args-delete --enable-select
+}
+
 destroot {
     xinstall -m 555 -W ${worksrcpath} mudix ${destroot}${prefix}/bin
     xinstall -m 755 -d ${destroot}${prefix}/share/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090628/ea240def/attachment.html>


More information about the macports-changes mailing list