aboutsummaryrefslogtreecommitdiff
path: root/audio/musepack
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-06-10 21:35:10 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-06-10 21:35:10 +0000
commit9bb207c3db26e445763ff8d989c4709ef0bbe454 (patch)
tree5a4e2ea8e500cb7ab194d83e1ae41d2f9d1db9f7 /audio/musepack
parent6958a90df56387cc7612dc5d4280b7473bc4d042 (diff)
downloadports-9bb207c3db26e445763ff8d989c4709ef0bbe454.tar.gz
ports-9bb207c3db26e445763ff8d989c4709ef0bbe454.zip
- Mark BROKEN on 6.X: does not build (unrecognized command line option
"-fvisibility=hidden") Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=256327
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>