From b6cd4ba59fc0ef7a54a4957404db9d61856b3ce7 Mon Sep 17 00:00:00 2001 From: makc Date: Fri, 17 Sep 2010 19:31:50 +0000 Subject: Unbreak on 6.x PR: ports/150510 Submitted by: Ganael Laplanche Approved by: Stefan Ehmann (maintainer) --- audio/musepack/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'audio/musepack') diff --git a/audio/musepack/Makefile b/audio/musepack/Makefile index 36d0f97b835f..e33d46af626c 100644 --- a/audio/musepack/Makefile +++ b/audio/musepack/Makefile @@ -24,8 +24,9 @@ AUTOMAKE_ARGS= --add-missing .include +post-patch: .if ${OSVERSION} < 700000 -BROKEN= does not build on 6.X + @${REINPLACE_CMD} '/^AM_CFLAGS =/s/-fvisibility=hidden//' ${WRKSRC}/libmpcdec/Makefile.am .endif .include -- cgit