diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-19 00:05:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-19 00:05:32 +0000 |
commit | 382a949b6f1d2fb5e6e7ce11d6fa170aaece746f (patch) | |
tree | 895119723f6e763768652b258935af891ace5138 /audio/speex | |
parent | 571e138b94dd46d28c47216a13c28940822deb68 (diff) | |
download | ports-382a949b6f1d2fb5e6e7ce11d6fa170aaece746f.tar.gz ports-382a949b6f1d2fb5e6e7ce11d6fa170aaece746f.zip |
Notes
Diffstat (limited to 'audio/speex')
-rw-r--r-- | audio/speex/Makefile | 6 |
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> |