- USE_GMAKE->USES [1]

- Add missing STRIP_CMD for .so files to please stage-qa in DEVELOPER=yes mode.

Approved by:	portmgr@ (implicit, blanket) [1]
This commit is contained in:
Matthias Andree 2014-01-13 18:44:45 +00:00
parent 3c5563f807
commit 3ee07e08ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339619

View File

@ -10,17 +10,21 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= vanilla@FreeBSD.org
COMMENT= A data interchange format library
USE_GMAKE= yes
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= pathfix pkgconfig
USES= gmake pathfix pkgconfig
ONLY_FOR_ARCHS= i386 amd64
# clang will generate code that just doesn't work with clementine-player
# if this isn't compiled as though it were C99.
CFLAGS+= -std=c99
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libprotobuf-lite.so.8
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libprotobuf.so.8
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libprotoc.so.8
tests: build
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)