aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-10-02 15:31:31 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-10-02 15:31:31 +0000
commit6f1547ad80d4fd606af8a59778dad3fc69d97429 (patch)
tree8b947ba2b049763b841d9acbbab9b8948be50bde
parent8db66d62fb5a24e2f28379a511a5a2d396691546 (diff)
downloadports-6f1547ad80d4fd606af8a59778dad3fc69d97429.tar.gz
ports-6f1547ad80d4fd606af8a59778dad3fc69d97429.zip
Notes
-rw-r--r--audio/libshout/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/libshout/Makefile b/audio/libshout/Makefile
index 3475a0a979ce..2c15843442a7 100644
--- a/audio/libshout/Makefile
+++ b/audio/libshout/Makefile
@@ -21,6 +21,7 @@ CONFLICTS= libshout2-[0-9]*
OPTIONS_DEFINE= DOCS
GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
USES= gmake libtool pathfix pkgconfig
@@ -32,7 +33,4 @@ post-patch:
@${REINPLACE_CMD} -e '/^AM_CPPFLAGS = / s|^\(.*\) \(@XIPH_CPPFLAGS@\) \(.*\)$$|\1 \3 \2|' ${WRKSRC}/examples/Makefile.in
@${REINPLACE_CMD} -e 's|#ifdef IPV6_V6ONLY|#if defined(__BSD_VISIBLE) \&\& defined(IPV6_V6ONLY)|' ${WRKSRC}/src/net/sock.c
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libshout.so.3.2.0
-
.include <bsd.port.mk>