diff options
author | kris <kris@FreeBSD.org> | 2007-05-26 06:53:44 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-05-26 06:53:44 +0800 |
commit | 1462749e2931d3cfda6be1c7c86a277428a28177 (patch) | |
tree | 51bb622d62a47d4339b0285d9a474f809347b079 /games/adgali | |
parent | eb75a350e3b656e6af382467f2b614f0006b7822 (diff) | |
download | freebsd-ports-gnome-1462749e2931d3cfda6be1c7c86a277428a28177.tar.gz freebsd-ports-gnome-1462749e2931d3cfda6be1c7c86a277428a28177.tar.zst freebsd-ports-gnome-1462749e2931d3cfda6be1c7c86a277428a28177.zip |
BROKEN with gcc 4.2
Diffstat (limited to 'games/adgali')
-rw-r--r-- | games/adgali/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/adgali/Makefile b/games/adgali/Makefile index 0feb2315e7d2..5b699cb3f561 100644 --- a/games/adgali/Makefile +++ b/games/adgali/Makefile @@ -34,6 +34,10 @@ USE_LDCONFIG= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= "Does not build with gcc 4.2" +.endif + .if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 BROKEN= "Configure fails" .endif |