- Use INSTALL_TARGET=install-strip instead of STRIP_CMD
This commit is contained in:
parent
e54ac542e0
commit
293167d5b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377310
1 changed files with 1 additions and 3 deletions
|
@ -25,6 +25,7 @@ OPTIONS_SUB= yes
|
|||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS= --enable-libwebpdecoder \
|
||||
--enable-libwebpdemux \
|
||||
|
@ -40,7 +41,4 @@ X11_USE= GL=glut
|
|||
post-patch:
|
||||
@${REINPLACE_CMD} '/build_vwebp=yes/d' ${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libwebp*.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue