aboutsummaryrefslogtreecommitdiff
path: root/audio/xmp
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-29 14:38:41 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-29 14:38:41 +0000
commit40b726bc21d52080d59b0ffc34651720ab065a42 (patch)
tree89a2a740b42d9a8758074f569b1ff9cc55e29f42 /audio/xmp
parent297c7667978801ca97ca644f7018ca9aaed88012 (diff)
downloadports-40b726bc21d52080d59b0ffc34651720ab065a42.tar.gz
ports-40b726bc21d52080d59b0ffc34651720ab065a42.zip
Notes
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>