pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libarena



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jan  3 22:14:25 UTC 2026

Modified Files:
        pkgsrc/devel/libarena: Makefile

Log Message:
libarena: use gmake to fix build on NetBSD-current


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/libarena/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/libarena/Makefile
diff -u pkgsrc/devel/libarena/Makefile:1.5 pkgsrc/devel/libarena/Makefile:1.6
--- pkgsrc/devel/libarena/Makefile:1.5  Sun Jan 26 17:30:58 2020
+++ pkgsrc/devel/libarena/Makefile      Sat Jan  3 22:14:24 2026
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/01/26 17:30:58 rillig Exp $
-#
+# $NetBSD: Makefile,v 1.6 2026/01/03 22:14:24 wiz Exp $
 
 DISTNAME=      libarena-${SNAPSHOT_DATE}
 CATEGORIES=    devel
@@ -14,6 +13,7 @@ COMMENT=      Memory allocator API and implem
 BUILD_TARGET=  pic
 USE_FEATURES=  getenv vsnprintf # XXX strsep should be added to USE_FEATURES
 USE_LIBTOOL=   yes
+USE_TOOLS+=    gmake
 
 EGDIR=         ${PREFIX}/share/examples/${PKGBASE}
 



Home | Main Index | Thread Index | Old Index