Modified: trunk/dports/graphics/xfig/Portfile (70347 => 70348)
--- trunk/dports/graphics/xfig/Portfile 2010-08-07 00:39:22 UTC (rev 70347)
+++ trunk/dports/graphics/xfig/Portfile 2010-08-07 00:56:58 UTC (rev 70348)
@@ -4,6 +4,7 @@
name xfig
version 3.2.5b
+revision 1
categories graphics x11
maintainers nomaintainer
description Facility for Interactive Generation of figures under X11
@@ -65,5 +66,12 @@
${docdir}
}
+platform darwin 10 {
+ # Fix font selection bug when w_fontpanel.o is compiled with optimization by gcc 4.2 (#25935)
+ pre-build {
+ system "cd ${worksrcpath} && ${build.cmd} CDEBUGFLAGS=-O0 w_fontpanel.o"
+ }
+}
+
livecheck.type regex
livecheck.regex {>Xfig/Transfig (.*) Download</a>}