pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/source-highlight



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jun  6 09:33:30 UTC 2019

Modified Files:
        pkgsrc/textproc/source-highlight: Makefile

Log Message:
source-highlight: add ac_cv_ctags_flags=yes to CONFIGURE_ENV to avoid endless loop in exctags launched from configure


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/textproc/source-highlight/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/source-highlight/Makefile
diff -u pkgsrc/textproc/source-highlight/Makefile:1.55 pkgsrc/textproc/source-highlight/Makefile:1.56
--- pkgsrc/textproc/source-highlight/Makefile:1.55      Thu Dec 13 19:51:38 2018
+++ pkgsrc/textproc/source-highlight/Makefile   Thu Jun  6 09:33:30 2019
@@ -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 @@ USE_LIBTOOL=          yes
 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