[96974] trunk/dports/graphics/gimp2/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Thu Aug 23 10:03:30 PDT 2012


Revision: 96974
          https://trac.macports.org/changeset/96974
Author:   jeremyhu at macports.org
Date:     2012-08-23 10:03:27 -0700 (Thu, 23 Aug 2012)
Log Message:
-----------
gimp2: Build --without-mac-twain for systems unfortunate enough to not get that by default (#35168)

Modified Paths:
--------------
    trunk/dports/graphics/gimp2/Portfile

Modified: trunk/dports/graphics/gimp2/Portfile
===================================================================
--- trunk/dports/graphics/gimp2/Portfile	2012-08-23 16:21:08 UTC (rev 96973)
+++ trunk/dports/graphics/gimp2/Portfile	2012-08-23 17:03:27 UTC (rev 96974)
@@ -65,11 +65,6 @@
         reinplace "s|-export-symbols-regex.*||g" ${worksrcpath}/plug-ins/pygimp/Makefile.am
         reinplace "s|-export-symbols-regex.*||g" ${worksrcpath}/plug-ins/pygimp/Makefile.in
     }
-    if {[string match "*64*" ${build_arch}]} {
-        # Leopard's 64bit Carbon is missing QuitApplicationEventLoop
-        build.args-append twain=
-        destroot.args-append twain=
-    }
 }
 
 pre-configure {
@@ -94,8 +89,14 @@
                 --x-libraries=${prefix}/lib \
                 --without-alsa \
                 --without-gvfs \
-                --without-webkit
+                --without-webkit \
+                --without-mac-twain
 
+# --without-mac-twain:
+#     Leopard's 64bit Carbon is missing QuitApplicationEventLoop
+#     It doesn't build any more anyways:
+#         https://trac.macports.org/ticket/35168
+
 variant python25 conflicts no_python python26 python27 description {Use python 2.5} {
     configure.python          ${prefix}/bin/python2.5
     depends_lib-append        port:py25-gtk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120823/c3503af9/attachment.html>


More information about the macports-changes mailing list