diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2007-09-02 14:25:46 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2007-09-02 14:25:46 +0000 |
commit | 2128c21b1f2cfe572f07a30135ab91f2fcc7a2cc (patch) | |
tree | 697389162bb054fd272740602bac725282180549 /graphics/xmfract | |
parent | Fix build on amd64/ia64 (diff) |
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/Makefile | 7 |
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> |