pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gperftools



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Jan 21 05:38:05 UTC 2026

Modified Files:
        pkgsrc/devel/gperftools: Makefile

Log Message:
gperftools: don't accidentally find asciidoctor


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/gperftools/Makefile

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

Modified files:

Index: pkgsrc/devel/gperftools/Makefile
diff -u pkgsrc/devel/gperftools/Makefile:1.27 pkgsrc/devel/gperftools/Makefile:1.28
--- pkgsrc/devel/gperftools/Makefile:1.27       Mon Aug 25 08:09:42 2025
+++ pkgsrc/devel/gperftools/Makefile    Wed Jan 21 05:38:05 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2025/08/25 08:09:42 adam Exp $
+# $NetBSD: Makefile,v 1.28 2026/01/21 05:38:05 markd Exp $
 
 DISTNAME=      gperftools-2.17.2
 CATEGORIES=    devel
@@ -24,6 +24,9 @@ LIBS+=                        -lexecinfo
 CONFIGURE_ARGS+=       --enable-stacktrace-via-backtrace
 .endif
 
+# Don't look for asciidoctor
+CONFIGURE_ENV+=                ac_cv_path_ASCIIDOCTOR=""
+
 PKGCONFIG_OVERRIDE=            libprofiler.pc
 PKGCONFIG_OVERRIDE+=           libtcmalloc.pc
 PKGCONFIG_OVERRIDE+=           libtcmalloc_debug.pc



Home | Main Index | Thread Index | Old Index