[108294] trunk/dports/gnome/gtk3/Portfile

cal at macports.org cal at macports.org
Wed Jul 17 16:57:55 PDT 2013


Revision: 108294
          https://trac.macports.org/changeset/108294
Author:   cal at macports.org
Date:     2013-07-17 16:57:55 -0700 (Wed, 17 Jul 2013)
Log Message:
-----------
gtk3: disable cups on Tiger and below, because it is too old, #39634

Modified Paths:
--------------
    trunk/dports/gnome/gtk3/Portfile

Modified: trunk/dports/gnome/gtk3/Portfile
===================================================================
--- trunk/dports/gnome/gtk3/Portfile	2013-07-17 23:32:59 UTC (rev 108293)
+++ trunk/dports/gnome/gtk3/Portfile	2013-07-17 23:57:55 UTC (rev 108294)
@@ -110,6 +110,10 @@
     }
 }
 
+if {${os.major} <= 8} {
+    configure.args-append --disable-cups
+}
+
 if {[variant_isset no_x11]} {
     default_variants +quartz
 } elseif {![variant_isset quartz]} {
@@ -126,12 +130,6 @@
     }
     configure.env-append CUPS_CONFIG=${cups}
 
-    # cups is not 32/64-bit universal on Tiger.
-    if {${os.major} == "8"} {
-        set merger_configure_args(ppc64)   --disable-cups
-        set merger_configure_args(x86_64)  --disable-cups
-    }
-
     # Find architectures which will not run on build platform.
     set cpu64bit_capable [sysctl hw.cpu64bit_capable]
     if {${os.arch} eq "i386"} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130717/9fd3c615/attachment.html>


More information about the macports-changes mailing list