diff options
author | joerg <joerg> | 2013-12-08 22:35:11 +0000 |
---|---|---|
committer | joerg <joerg> | 2013-12-08 22:35:11 +0000 |
commit | 080304fe3f1ef752aabdbc264d484003ecf8635d (patch) | |
tree | 033513b9d5531e49869a4ca71e74e3deaf94f85f /textproc | |
parent | a32eb4838d1e213924fa10e4eb71f5aa8e626a75 (diff) | |
download | pkgsrc-080304fe3f1ef752aabdbc264d484003ecf8635d.tar.gz |
Override stdbool.h test, it can't work with a proper C++ implementation.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/source-highlight/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile index 1b540cd2aba..6e039169885 100644 --- a/textproc/source-highlight/Makefile +++ b/textproc/source-highlight/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2013/11/23 18:29:14 gls Exp $ +# $NetBSD: Makefile,v 1.42 2013/12/08 22:35:11 joerg Exp $ DISTNAME= source-highlight-3.1.7 SVR4_PKGNAME= srchl @@ -17,7 +17,7 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-boost-regex=boost_regex CONFIGURE_ARGS+= --without-bash-completion -CONFIGURE_ENV+= CTAGS=${LOCALBASE}/bin/exctags +CONFIGURE_ENV+= CTAGS=${LOCALBASE}/bin/exctags ac_cv_header_stdbool_h=yes PKGCONFIG_OVERRIDE= source-highlight.pc.in |