Mark as broken on amd64-7 and sparc64-7.

This commit is contained in:
Mark Linimon 2007-10-25 00:46:00 +00:00
parent f08cad6ddb
commit ae2ecb38ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201959

View file

@ -36,6 +36,12 @@ MAN8= iserverd.8
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
BROKEN= Does not compile with GCC 4.2
.endif
.endif
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+=--enable-debug
.endif