diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-13 09:06:32 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-13 09:06:32 +0000 |
commit | 0b6d67fac29e5eb80f07ed3f88c8796806d9c888 (patch) | |
tree | dd3796b93ee6019d9a7e0c1d3909e697ee9de023 /lang/v8 | |
parent | 5497817f2ff105ad7425c9e0778717cb3aa678c2 (diff) | |
download | ports-0b6d67fac29e5eb80f07ed3f88c8796806d9c888.tar.gz ports-0b6d67fac29e5eb80f07ed3f88c8796806d9c888.zip |
- Add CPE information
Notes
Notes:
svn path=/head/; revision=364765
Diffstat (limited to 'lang/v8')
-rw-r--r-- | lang/v8/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/v8/Makefile b/lang/v8/Makefile index 20800c30f418..174bb437e2d6 100644 --- a/lang/v8/Makefile +++ b/lang/v8/Makefile @@ -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 |