aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xmfract
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2007-09-02 22:25:46 +0800
committerarved <arved@FreeBSD.org>2007-09-02 22:25:46 +0800
commit6ccfa900853a92077aa67765f5bfe7e699196f9f (patch)
treec5b1adb015479c01155792a6f597071c046b3b79 /graphics/xmfract
parentd9296a5ef274c5c2164102c7c473ab74a2f9a7a6 (diff)
downloadfreebsd-ports-gnome-6ccfa900853a92077aa67765f5bfe7e699196f9f.tar.gz
freebsd-ports-gnome-6ccfa900853a92077aa67765f5bfe7e699196f9f.tar.zst
freebsd-ports-gnome-6ccfa900853a92077aa67765f5bfe7e699196f9f.zip
Unbreak build on !i386 but mark IGNORE, because it fails at runtime
PR: 115615 Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com>
Diffstat (limited to 'graphics/xmfract')
-rw-r--r--graphics/xmfract/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/xmfract/Makefile b/graphics/xmfract/Makefile
index 43f6507c7f41..943ceb73060f 100644
--- a/graphics/xmfract/Makefile
+++ b/graphics/xmfract/Makefile
@@ -19,11 +19,14 @@ COMMENT= The dos based 'fractint' with an X/Motif front end
USE_MOTIF= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-editres \
+ --with-motif="motif_includes=${X11BASE}/include motif_libraries=${X11BASE}/lib"
.include <bsd.port.pre.mk>
-.if ${ARCH} != "i386" && ${OSVERSION} >= 600034
-BROKEN= Internal compiler error during build on FreeBSD >= 6.0 and !i386
+.if ${ARCH} != "i386"
+USE_GCC=4.2+
+IGNORE= fails to run with: XCreateImage failed
.endif
.include <bsd.port.post.mk>