[149621] trunk/dports/devel/nodejs6/Portfile
ciserlohn at macports.org
ciserlohn at macports.org
Mon Jun 27 23:37:44 PDT 2016
Revision: 149621
https://trac.macports.org/changeset/149621
Author: ciserlohn at macports.org
Date: 2016-06-27 23:37:44 -0700 (Mon, 27 Jun 2016)
Log Message:
-----------
nodejs6: patchfile should be used for darwin version 13 or higher not the other way round
Modified Paths:
--------------
trunk/dports/devel/nodejs6/Portfile
Modified: trunk/dports/devel/nodejs6/Portfile
===================================================================
--- trunk/dports/devel/nodejs6/Portfile 2016-06-28 06:07:40 UTC (rev 149620)
+++ trunk/dports/devel/nodejs6/Portfile 2016-06-28 06:37:44 UTC (rev 149621)
@@ -48,7 +48,7 @@
patchfiles patch-common.gypi.diff \
patch-tools-gyp-pylib-gyp-generator-make.py.diff
-if {${os.major} < 13} {
+if {${os.major} > 12} {
patchfiles-append patch-src-util.h.diff
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160627/6f8145dd/attachment.html>
More information about the macports-changes
mailing list