[110491] trunk/dports/audio/jack/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Aug 31 10:34:21 PDT 2013


Revision: 110491
          https://trac.macports.org/changeset/110491
Author:   jeremyhu at macports.org
Date:     2013-08-31 10:34:21 -0700 (Sat, 31 Aug 2013)
Log Message:
-----------
jack: Fix pre-ML build

Modified Paths:
--------------
    trunk/dports/audio/jack/Portfile

Modified: trunk/dports/audio/jack/Portfile
===================================================================
--- trunk/dports/audio/jack/Portfile	2013-08-31 17:30:30 UTC (rev 110490)
+++ trunk/dports/audio/jack/Portfile	2013-08-31 17:34:21 UTC (rev 110491)
@@ -28,7 +28,11 @@
 configure.args  --enable-posix-shm \
                 --with-default-tmpdir=/tmp/
 
-patchfiles      mactypes.patch
+platform darwin {
+    if {${os.major} >= 12} {
+        patchfiles-append mactypes.patch
+    }
+}
 
 depends_lib     port:libxml2 \
                 port:libxslt \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130831/6abb7745/attachment.html>


More information about the macports-changes mailing list