pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/chafa



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jul 21 16:08:38 UTC 2026

Modified Files:
        pkgsrc/graphics/chafa: Makefile

Log Message:
chafa: needs GNU make

Otherwise:

gcc -std=gnu23 -E -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/freetype2 
-I/usr/pkg/include/harfbuzz -I/usr/pkg/include/libxml2 -CC  -o chafa-term-seq-doc.h
gcc: fatal error: no input files


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/chafa/Makefile

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

Modified files:

Index: pkgsrc/graphics/chafa/Makefile
diff -u pkgsrc/graphics/chafa/Makefile:1.19 pkgsrc/graphics/chafa/Makefile:1.20
--- pkgsrc/graphics/chafa/Makefile:1.19 Fri May  1 14:24:13 2026
+++ pkgsrc/graphics/chafa/Makefile      Tue Jul 21 16:08:38 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2026/05/01 14:24:13 ktnb Exp $
+# $NetBSD: Makefile,v 1.20 2026/07/21 16:08:38 wiz Exp $
 
 DISTNAME=      chafa-1.18.2
 CATEGORIES=    graphics
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/hpjansson/c
 COMMENT=       Command-line utility for displaying images in a terminal
 LICENSE=       gnu-gpl-v3
 
-USE_TOOLS+=    pkg-config autoconf automake
+USE_TOOLS+=    pkg-config autoconf automake gmake
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 



Home | Main Index | Thread Index | Old Index