diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2012-12-14 13:41:04 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2012-12-14 13:41:04 +0000 |
commit | cf6e02ff81e965d035559aff4c5f41974480928c (patch) | |
tree | 7362549d22580e14286522a222105baf45fd4380 /lang | |
parent | 414e4eb940e881edafd518032e75283ce3f2301c (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/v8/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/v8/Makefile b/lang/v8/Makefile index 087943ca631c..97c2ec5c94bf 100644 --- a/lang/v8/Makefile +++ b/lang/v8/Makefile @@ -20,6 +20,8 @@ ALL_TARGET= native MAKE_ARGS= library=shared +.include <bsd.port.pre.mk> + .if ${CC:T:Mclang} == "clang" || ${CXX:T:Mclang++} == "clang++" || ${OSVERSION} >= 1000024 MAKE_ENV+= LINK=clang++ .else @@ -40,4 +42,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/include/v8-testing.h ${PREFIX}/include/ ${INSTALL_DATA} ${WRKSRC}/include/v8stdint.h ${PREFIX}/include/ -.include <bsd.port.mk> +.include <bsd.port.post.mk> |