aboutsummaryrefslogtreecommitdiff
path: root/audio/musepack
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-09-17 19:31:50 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-09-17 19:31:50 +0000
commit22702540e79ab62874818f1a32e9d039f353721d (patch)
tree824187658717bf94f9d677162263eb0eac368c86 /audio/musepack
parentb1b826800153d77330177639a436b6b5ecdfcaa5 (diff)
downloadports-22702540e79ab62874818f1a32e9d039f353721d.tar.gz
ports-22702540e79ab62874818f1a32e9d039f353721d.zip
Unbreak on 6.x
PR: ports/150510 Submitted by: Ganael Laplanche <ganael.laplanche at martymac.org> Approved by: Stefan Ehmann (maintainer)
Notes
Notes: svn path=/head/; revision=261343
Diffstat (limited to 'audio/musepack')
-rw-r--r--audio/musepack/Makefile3
1 files changed, 2 insertions, 1 deletions
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 <bsd.port.pre.mk>
+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 <bsd.port.post.mk>