Modified: trunk/dports/graphics/gimp2/Portfile (115484 => 115485)
--- trunk/dports/graphics/gimp2/Portfile 2014-01-03 05:40:38 UTC (rev 115484)
+++ trunk/dports/graphics/gimp2/Portfile 2014-01-03 06:11:19 UTC (rev 115485)
@@ -34,7 +34,7 @@
depends_build port:pkgconfig \
port:intltool \
- port:gtk-doc
+ port:gtk-doc
depends_lib port:desktop-file-utils \
port:iso-codes \
@@ -97,15 +97,9 @@
patch-widget-direction-set-system-locale-not-user-bz679214.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}]