summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-12-08 22:35:11 +0000
committerjoerg <joerg@pkgsrc.org>2013-12-08 22:35:11 +0000
commita27b626c51df76e8f6d440071c50c38ad7a44640 (patch)
tree033513b9d5531e49869a4ca71e74e3deaf94f85f /textproc
parentc5289938e43988b37804308ae40d8e9d8f194403 (diff)
downloadpkgsrc-a27b626c51df76e8f6d440071c50c38ad7a44640.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/Makefile4
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