[147991] trunk/dports/science/libdap/Portfile

takeshi at macports.org takeshi at macports.org
Sat Apr 23 00:14:56 PDT 2016


Revision: 147991
          https://trac.macports.org/changeset/147991
Author:   takeshi at macports.org
Date:     2016-04-23 00:14:56 -0700 (Sat, 23 Apr 2016)
Log Message:
-----------
libdap: apply the patch on El Capitan and greater

Modified Paths:
--------------
    trunk/dports/science/libdap/Portfile

Modified: trunk/dports/science/libdap/Portfile
===================================================================
--- trunk/dports/science/libdap/Portfile	2016-04-23 07:06:00 UTC (rev 147990)
+++ trunk/dports/science/libdap/Portfile	2016-04-23 07:14:56 UTC (rev 147991)
@@ -26,7 +26,10 @@
                 port:libiconv \
                 port:libxml2
 
-patchfiles      patch-dds.yy.diff
+# Fix for El Capitan
+if {${os.major} > 14} {
+    patchfiles      patch-dds.yy.diff
+}
 
 livecheck.type  regex
 livecheck.url   ${homepage}download/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160423/f411051e/attachment.html>


More information about the macports-changes mailing list