aboutsummaryrefslogtreecommitdiff
path: root/audio/xmp
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmp')
-rw-r--r--audio/xmp/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile
index 37aa1d8a87e7..299c77b5efc8 100644
--- a/audio/xmp/Makefile
+++ b/audio/xmp/Makefile
@@ -38,4 +38,10 @@ CONFIGURE_ARGS+=--disable-xmms
post-patch:
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/docs/xmp.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
+.include <bsd.port.post.mk>