diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-04 14:20:41 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-04 14:20:41 +0000 |
commit | f5c44923347644c693ed9ab6c7a0920bbdeb05eb (patch) | |
tree | 192409c56060c0340f5f32f5ad6b0ad54cce7a79 /audio | |
parent | 518bc5bf16b7a1dee54380bed23718f211afbc08 (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-kde/Makefile | 8 |
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> |