diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-05-25 22:53:44 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-05-25 22:53:44 +0000 |
commit | fd3afa3075e3ab867d4b6dff8b7b4b824bb63489 (patch) | |
tree | e08b4c1c5fc6d1fdbb24c07f95ed65886eef2c97 /games | |
parent | 1b5e4219c7d67b1f1a7467e147099c16cd030d70 (diff) | |
download | ports-fd3afa3075e3ab867d4b6dff8b7b4b824bb63489.tar.gz ports-fd3afa3075e3ab867d4b6dff8b7b4b824bb63489.zip |
BROKEN with gcc 4.2
Notes
Notes:
svn path=/head/; revision=191861
Diffstat (limited to 'games')
-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 |