aboutsummaryrefslogtreecommitdiffstats
path: root/audio/musepack
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2010-06-11 05:35:10 +0800
committerpav <pav@FreeBSD.org>2010-06-11 05:35:10 +0800
commit39345107424b27dbff80736c6d7cb56d248eac86 (patch)
tree3d7fd43401299e0b14e0eeee2d902e453d9529ad /audio/musepack
parente1d0632c5c52fe4c639d38afa0e2a77313c55d2c (diff)
downloadfreebsd-ports-gnome-39345107424b27dbff80736c6d7cb56d248eac86.tar.gz
freebsd-ports-gnome-39345107424b27dbff80736c6d7cb56d248eac86.tar.zst
freebsd-ports-gnome-39345107424b27dbff80736c6d7cb56d248eac86.zip
- Mark BROKEN on 6.X: does not build (unrecognized command line option
"-fvisibility=hidden") Reported by: pointyhat
Diffstat (limited to 'audio/musepack')
-rw-r--r--audio/musepack/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/musepack/Makefile b/audio/musepack/Makefile
index abd5c8bb6964..8582a0522c2a 100644
--- a/audio/musepack/Makefile
+++ b/audio/musepack/Makefile
@@ -21,4 +21,10 @@ USE_AUTOTOOLS= aclocal:110 autoheader:262 libtoolize automake:110 autoconf:262 l
ACLOCAL_ARGS= -I. -I ${LOCALBASE}/share/aclocal
AUTOMAKE_ARGS= --add-missing
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+BROKEN= does not build on 6.X
+.endif
+
+.include <bsd.port.post.mk>