aboutsummaryrefslogtreecommitdiff
path: root/audio/speex
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-19 00:05:32 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-19 00:05:32 +0000
commit382a949b6f1d2fb5e6e7ce11d6fa170aaece746f (patch)
tree895119723f6e763768652b258935af891ace5138 /audio/speex
parent571e138b94dd46d28c47216a13c28940822deb68 (diff)
downloadports-382a949b6f1d2fb5e6e7ce11d6fa170aaece746f.tar.gz
ports-382a949b6f1d2fb5e6e7ce11d6fa170aaece746f.zip
Strip binaries
Notes
Notes: svn path=/head/; revision=330808
Diffstat (limited to 'audio/speex')
-rw-r--r--audio/speex/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile
index 12213f293b71..bedf941550a1 100644
--- a/audio/speex/Makefile
+++ b/audio/speex/Makefile
@@ -3,7 +3,7 @@
PORTNAME= speex
DISTVERSION= 1.2rc1
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= http://downloads.us.xiph.org/releases/speex/
@@ -37,4 +37,8 @@ post-patch:
@${REINPLACE_CMD} -e 's| in -lgnugetopt||g ; \
s|LIBS="-lgnugetopt|LIBS="|g' ${WRKSRC}/configure
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libspeex.so.1
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libspeexdsp.so.1
+
.include <bsd.port.post.mk>