1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Add CPE information

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-08-13 09:06:32 +00:00
parent 5497817f2f
commit 0b6d67fac2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364765

View File

@ -20,13 +20,15 @@ MAKE_ARGS= library=shared
MAKE_ENV= CC.host=${CC} CXX.host=${CXX} LINK.host=${CXX} LINK.target=${CXX}
USE_LDCONFIG= yes
USE_PYTHON= 2
USES= compiler execinfo gmake tar:xz
USES= compiler cpe execinfo gmake tar:xz
CPE_VENDOR= google
.include <bsd.port.pre.mk>
.if ${COMPILER_TYPE} == clang
MAKE_ENV+= LINK=clang++
CFLAGS+= -Wno-unused-private-field
MAKE_ENV+= LINK=clang++
.if ${COMPILER_VERSION} >= 33
CFLAGS+= -Wno-nested-anon-types -Wno-unused-function
.if ${COMPILER_VERSION} >= 34