summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/rezound/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/audio/rezound/Makefile b/audio/rezound/Makefile
index 4ff43cbf1c93..2e4d3706e6e7 100644
--- a/audio/rezound/Makefile
+++ b/audio/rezound/Makefile
@@ -40,6 +40,12 @@ OPTIONS= LARGEFILE "Enable 64-bit file I/O support (BROKEN!)" off \
.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_LARGEFILE)
CONFIGURE_ARGS+= --enable-largefile
BROKEN= no expl(), logl(), nearbyintl(), et al