aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-07-04 14:20:41 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-07-04 14:20:41 +0000
commitf5c44923347644c693ed9ab6c7a0920bbdeb05eb (patch)
tree192409c56060c0340f5f32f5ad6b0ad54cce7a79 /audio
parent518bc5bf16b7a1dee54380bed23718f211afbc08 (diff)
Notes
Diffstat (limited to 'audio')
-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>