From 39345107424b27dbff80736c6d7cb56d248eac86 Mon Sep 17 00:00:00 2001 From: pav Date: Thu, 10 Jun 2010 21:35:10 +0000 Subject: - Mark BROKEN on 6.X: does not build (unrecognized command line option "-fvisibility=hidden") Reported by: pointyhat --- audio/musepack/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'audio/musepack') 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 +.include + +.if ${OSVERSION} < 700000 +BROKEN= does not build on 6.X +.endif + +.include -- cgit