diff options
author | kris <kris@FreeBSD.org> | 2007-05-26 20:23:12 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-05-26 20:23:12 +0000 |
commit | 2b2c12c28b66d24f54d7244e1d83da35251424dd (patch) | |
tree | 35a80f24caf771234562c7e8fad8ddc4a772dd32 /cad | |
parent | 2975fee95532d988546d03d7c4d78934ba7eef95 (diff) | |
download | FreeBSD-ports-2b2c12c28b66d24f54d7244e1d83da35251424dd.zip FreeBSD-ports-2b2c12c28b66d24f54d7244e1d83da35251424dd.tar.gz |
BROKEN with gcc 4.2
Diffstat (limited to 'cad')
-rw-r--r-- | cad/alliance/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cad/alliance/Makefile b/cad/alliance/Makefile index d349a97..14e8a967 100644 --- a/cad/alliance/Makefile +++ b/cad/alliance/Makefile @@ -36,6 +36,10 @@ SUB_FILES= pkg-message .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Broken with gcc 4.2 +.endif + ALLIANCE_TOP= ${PREFIX}/alliance SRCDIRLIST!= ${CAT} ${FILESDIR}/srcdirs.list CFLAGS+= ${SRCDIRLIST:S,^,-I${WRKSRC}/,} |