diff --git a/net-im/iserverd/Makefile b/net-im/iserverd/Makefile index 01215ff72c3f..3b97dbe2c4c1 100644 --- a/net-im/iserverd/Makefile +++ b/net-im/iserverd/Makefile @@ -36,6 +36,12 @@ MAN8= iserverd.8 .include +.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