diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-17 19:31:50 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-17 19:31:50 +0000 |
commit | 22702540e79ab62874818f1a32e9d039f353721d (patch) | |
tree | 824187658717bf94f9d677162263eb0eac368c86 /audio/musepack | |
parent | b1b826800153d77330177639a436b6b5ecdfcaa5 (diff) | |
download | ports-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/Makefile | 3 |
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> |