diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-10-02 23:31:31 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-10-02 23:31:31 +0800 |
commit | f27aca27807ae53d0dc441a2db8c37187bd90e09 (patch) | |
tree | 8b947ba2b049763b841d9acbbab9b8948be50bde /audio/libshout | |
parent | a8345e2f41d135bdba3570012a1c9ad39183ff52 (diff) | |
download | freebsd-ports-gnome-f27aca27807ae53d0dc441a2db8c37187bd90e09.tar.gz freebsd-ports-gnome-f27aca27807ae53d0dc441a2db8c37187bd90e09.tar.zst freebsd-ports-gnome-f27aca27807ae53d0dc441a2db8c37187bd90e09.zip |
- Use INSTALL_TARGET=install-strip
Diffstat (limited to 'audio/libshout')
-rw-r--r-- | audio/libshout/Makefile | 4 |
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> |