diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-06 16:36:34 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-06 16:36:34 +0000 |
commit | e8f615fbc715f42707a29c7edb35e44d385cf208 (patch) | |
tree | f3d03c9a8d450e1086285595fa1bf043f7497bf6 /audio/musepack | |
parent | d79546650036a31ea6a476b307e54f0c4f692f31 (diff) | |
download | ports-e8f615fbc715f42707a29c7edb35e44d385cf208.tar.gz ports-e8f615fbc715f42707a29c7edb35e44d385cf208.zip |
Notes
Diffstat (limited to 'audio/musepack')
-rw-r--r-- | audio/musepack/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/audio/musepack/Makefile b/audio/musepack/Makefile index e900fe97fe0d..d0b658be60fb 100644 --- a/audio/musepack/Makefile +++ b/audio/musepack/Makefile @@ -20,11 +20,4 @@ USE_AUTOTOOLS= aclocal autoheader libtoolize automake autoconf libtool ACLOCAL_ARGS= -I. -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing -.include <bsd.port.pre.mk> - -post-patch: -.if ${OSVERSION} < 700000 - @${REINPLACE_CMD} '/^AM_CFLAGS =/s/-fvisibility=hidden//' ${WRKSRC}/libmpcdec/Makefile.am -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |