pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/source-highlight source-highlight: add ac_cv_...
details: https://anonhg.NetBSD.org/pkgsrc/rev/995f5710dc14
branches: trunk
changeset: 334823:995f5710dc14
user: adam <adam%pkgsrc.org@localhost>
date: Thu Jun 06 09:33:30 2019 +0000
description:
source-highlight: add ac_cv_ctags_flags=yes to CONFIGURE_ENV to avoid endless loop in exctags launched from configure
diffstat:
textproc/source-highlight/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r fcab6e844652 -r 995f5710dc14 textproc/source-highlight/Makefile
--- a/textproc/source-highlight/Makefile Thu Jun 06 08:53:00 2019 +0000
+++ b/textproc/source-highlight/Makefile Thu Jun 06 09:33:30 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2018/12/13 19:51:38 adam Exp $
+# $NetBSD: Makefile,v 1.56 2019/06/06 09:33:30 adam Exp $
DISTNAME= source-highlight-3.1.8
PKGREVISION= 8
@@ -17,7 +17,9 @@
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-boost-regex=boost_regex
CONFIGURE_ARGS+= --without-bash-completion
-CONFIGURE_ENV+= CTAGS=${LOCALBASE}/bin/exctags ac_cv_header_stdbool_h=yes
+CONFIGURE_ENV+= CTAGS=${PREFIX}/bin/exctags
+CONFIGURE_ENV+= ac_cv_header_stdbool_h=yes
+CONFIGURE_ENV+= ac_cv_ctags_flags=yes
PKGCONFIG_OVERRIDE= source-highlight.pc.in
Home |
Main Index |
Thread Index |
Old Index