Revision
115498
Author
jeremyhu@macports.org
Date
2014-01-03 07:34:28 -0800 (Fri, 03 Jan 2014)

Log Message

gimp[23]-devel: Leopard build fixes from gimp2 port

Modified Paths

Diff

Modified: trunk/dports/graphics/gimp2-devel/Portfile (115497 => 115498)


--- trunk/dports/graphics/gimp2-devel/Portfile	2014-01-03 15:11:55 UTC (rev 115497)
+++ trunk/dports/graphics/gimp2-devel/Portfile	2014-01-03 15:34:28 UTC (rev 115498)
@@ -92,15 +92,9 @@
 patchfiles      patch-etc-gimprc.diff \
                 patch-plug-ins-twain-tw_mac.c.diff
 
-platform darwin 9 {
-    post-patch {
-        reinplace "s|-export-symbols-regex.*||g" ${worksrcpath}/plug-ins/pygimp/Makefile.am
-        reinplace "s|-export-symbols-regex.*||g" ${worksrcpath}/plug-ins/pygimp/Makefile.in
-    }
-}
+# gcc-4.2 5493 and 5666.3_13: gimpcpuaccel.c:180: error: can't find a register in class 'BREG' while reloading 'asm'
+compiler.blacklist-append gcc-3.3 gcc-4.0 gcc-4.2 apple-gcc-4.2
 
-compiler.blacklist-append {gcc-4.2 >= 5646}
-
 pre-configure {
     if {[file exists ${prefix}/lib/gtk-2.0/include/gdkconfig.h]} {
         set gtk_not_quartz [catch {exec grep -q GDK_WINDOWING_QUARTZ ${prefix}/lib/gtk-2.0/include/gdkconfig.h}]

Modified: trunk/dports/graphics/gimp3-devel/Portfile (115497 => 115498)


--- trunk/dports/graphics/gimp3-devel/Portfile	2014-01-03 15:11:55 UTC (rev 115497)
+++ trunk/dports/graphics/gimp3-devel/Portfile	2014-01-03 15:34:28 UTC (rev 115498)
@@ -94,15 +94,9 @@
                 patch-etc-gimprc.diff \
                 patch-plug-ins-twain-tw_mac.c.diff
 
-platform darwin 9 {
-    post-patch {
-        reinplace "s|-export-symbols-regex.*||g" ${worksrcpath}/plug-ins/pygimp/Makefile.am
-        reinplace "s|-export-symbols-regex.*||g" ${worksrcpath}/plug-ins/pygimp/Makefile.in
-    }
-}
+# gcc-4.2 5493 and 5666.3_13: gimpcpuaccel.c:180: error: can't find a register in class 'BREG' while reloading 'asm'
+compiler.blacklist-append gcc-3.3 gcc-4.0 gcc-4.2 apple-gcc-4.2
 
-compiler.blacklist-append {gcc-4.2 >= 5646}
-
 pre-configure {
     if {[file exists ${prefix}/lib/gtk-2.0/include/gdkconfig.h]} {
         set gtk_not_quartz [catch {exec grep -q GDK_WINDOWING_QUARTZ ${prefix}/lib/gtk-2.0/include/gdkconfig.h}]