- Strip library
This commit is contained in:
parent
c47d6f6053
commit
dbf0d5e190
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389689
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue