diff options
author | makc <makc@FreeBSD.org> | 2010-09-18 03:31:50 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-09-18 03:31:50 +0800 |
commit | b6cd4ba59fc0ef7a54a4957404db9d61856b3ce7 (patch) | |
tree | 491cec3f8823d3668ff893efa0c6270184ffa47c /audio/musepack | |
parent | 2048578d45b503fcbb10773f3d32cda8363b4d69 (diff) | |
download | freebsd-ports-gnome-b6cd4ba59fc0ef7a54a4957404db9d61856b3ce7.tar.gz freebsd-ports-gnome-b6cd4ba59fc0ef7a54a4957404db9d61856b3ce7.tar.zst freebsd-ports-gnome-b6cd4ba59fc0ef7a54a4957404db9d61856b3ce7.zip |
Unbreak on 6.x
PR: ports/150510
Submitted by: Ganael Laplanche <ganael.laplanche at martymac.org>
Approved by: Stefan Ehmann (maintainer)
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> |