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

jeremyhu at macports.org jeremyhu at macports.org
Fri Apr 13 11:26:28 PDT 2012


Revision: 91939
          https://trac.macports.org/changeset/91939
Author:   jeremyhu at macports.org
Date:     2012-04-13 11:26:27 -0700 (Fri, 13 Apr 2012)
Log Message:
-----------
gimp2: Don't build twain plugin on Leopard/64bit

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

Modified: trunk/dports/graphics/gimp2/Portfile
===================================================================
--- trunk/dports/graphics/gimp2/Portfile	2012-04-13 18:18:55 UTC (rev 91938)
+++ trunk/dports/graphics/gimp2/Portfile	2012-04-13 18:26:27 UTC (rev 91939)
@@ -64,6 +64,11 @@
         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 {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120413/48b5779f/attachment.html>


More information about the macports-changes mailing list