aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmms-kde
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-07-04 22:20:41 +0800
committerpav <pav@FreeBSD.org>2007-07-04 22:20:41 +0800
commitc75c87dc0ba3f4a91cfc3b2b23ffff05d4588564 (patch)
tree6b79ef57d99227189d2d1f291ac48a834fe47991 /audio/xmms-kde
parentb0ac0073bb4018ee568acf5e947fd8804004fea2 (diff)
downloadfreebsd-ports-gnome-c75c87dc0ba3f4a91cfc3b2b23ffff05d4588564.tar.gz
freebsd-ports-gnome-c75c87dc0ba3f4a91cfc3b2b23ffff05d4588564.tar.zst
freebsd-ports-gnome-c75c87dc0ba3f4a91cfc3b2b23ffff05d4588564.zip
Mark BROKEN on FreeBSD 7.X: does not compile with GCC 4.2
Diffstat (limited to 'audio/xmms-kde')
-rw-r--r--audio/xmms-kde/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/xmms-kde/Makefile b/audio/xmms-kde/Makefile
index 044a73621b4f..c5299a4024cb 100644
--- a/audio/xmms-kde/Makefile
+++ b/audio/xmms-kde/Makefile
@@ -26,4 +26,10 @@ CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
--with-xmms-prefix=${X11BASE}
USE_GNOME= gtk12
-.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>