diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2006-05-20 11:28:36 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2006-05-20 11:28:36 +0000 |
commit | 214847f0a7cb747afa011d5338483c969b3813b6 (patch) | |
tree | 4f343800b575811386ac10e103c40f539381a79b /devel/google-sparsehash | |
parent | c18abff6afd67a9d2a8db2de0beccd7175192ea9 (diff) | |
download | ports-214847f0a7cb747afa011d5338483c969b3813b6.tar.gz ports-214847f0a7cb747afa011d5338483c969b3813b6.zip |
Notes
Diffstat (limited to 'devel/google-sparsehash')
-rw-r--r-- | devel/google-sparsehash/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/google-sparsehash/Makefile b/devel/google-sparsehash/Makefile index e1f409ad9cf7..6db6551ff2eb 100644 --- a/devel/google-sparsehash/Makefile +++ b/devel/google-sparsehash/Makefile @@ -18,6 +18,8 @@ COMMENT= Google's hashtable implementations optimized for space or speed GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +.include <bsd.port.pre.mk> + .if ${OSVERSION} < 500000 # /usr/include/g++/stl_algobase.h:139: template instantiation depth exceeds maximum of 17 # /usr/include/g++/stl_algobase.h:139: (use -ftemplate-depth-NN to increase the maximum) @@ -38,4 +40,4 @@ post-patch: check: build cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check -.include <bsd.port.mk> +.include <bsd.port.post.mk> |