[99422] trunk/dports/xfce/Thunar/Portfile
jmr at macports.org
jmr at macports.org
Sun Nov 4 16:48:31 PST 2012
Revision: 99422
http://trac.macports.org//changeset/99422
Author: jmr at macports.org
Date: 2012-11-04 16:48:31 -0800 (Sun, 04 Nov 2012)
Log Message:
-----------
Thunar: apply patch on darwin 10+ rather than just 10 and 11 (#36559, maintainer timeout)
Modified Paths:
--------------
trunk/dports/xfce/Thunar/Portfile
Modified: trunk/dports/xfce/Thunar/Portfile
===================================================================
--- trunk/dports/xfce/Thunar/Portfile 2012-11-04 23:11:27 UTC (rev 99421)
+++ trunk/dports/xfce/Thunar/Portfile 2012-11-05 00:48:31 UTC (rev 99422)
@@ -38,11 +38,7 @@
platform darwin {
configure.args-append --disable-visibility
+ if {${os.major} >= 10} {
+ patchfiles-append patch-configure-snow.diff
+ }
}
-
-platform darwin 10 {
- patchfiles-append patch-configure-snow.diff
-}
-platform darwin 11 {
- patchfiles-append patch-configure-snow.diff
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121104/cfb71809/attachment.html>
More information about the macports-changes
mailing list