diff options
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> |