diff options
author | kris <kris@FreeBSD.org> | 2005-10-29 06:55:02 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-10-29 06:55:02 +0800 |
commit | c294a0ac49bd698cb2aa7e6341fa0c2ff59273ea (patch) | |
tree | 9c6d4129219ab3df8ae2693869b89ccec2288179 /graphics/xmfract | |
parent | ded8e9d506768e24177273eb12c0bd96fa440748 (diff) | |
download | freebsd-ports-gnome-c294a0ac49bd698cb2aa7e6341fa0c2ff59273ea.tar.gz freebsd-ports-gnome-c294a0ac49bd698cb2aa7e6341fa0c2ff59273ea.tar.zst freebsd-ports-gnome-c294a0ac49bd698cb2aa7e6341fa0c2ff59273ea.zip |
BROKEN on !i386 and >= 6.0: Internal compiler error
Diffstat (limited to 'graphics/xmfract')
-rw-r--r-- | graphics/xmfract/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/xmfract/Makefile b/graphics/xmfract/Makefile index fa9f427004b1..cf82cf56161d 100644 --- a/graphics/xmfract/Makefile +++ b/graphics/xmfract/Makefile @@ -19,4 +19,10 @@ USE_MOTIF= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" && ${OSVERSION} >= 600034 +BROKEN= "Internal compiler error during build on FreeBSD >= 6.0 and !i386" +.endif + +.include <bsd.port.post.mk> |