- Strip library

This commit is contained in:
Dmitry Marakasov 2015-06-15 11:48:56 +00:00
parent c47d6f6053
commit dbf0d5e190
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389689

View file

@ -3,7 +3,7 @@
PORTNAME= libdsp
PORTVERSION= 5.0.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= devel audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable-src/${PORTVERSION} \
http://mirror.mcx2.org/
@ -24,4 +24,7 @@ INLINE_VER= 1.4.0
CFLAGS_i386+= -DDSP_X86
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libdsp.so
.include <bsd.port.mk>