pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/mk-configure



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Mar 23 18:41:05 UTC 2025

Modified Files:
        pkgsrc/devel/mk-configure: Makefile

Log Message:
devel/mk-configure: fix build on NetBSD 9

No binary change to the package on other platforms, thus no PKGREVISION
bump.

Fixes PR pkg/59184.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/mk-configure/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/mk-configure/Makefile
diff -u pkgsrc/devel/mk-configure/Makefile:1.48 pkgsrc/devel/mk-configure/Makefile:1.49
--- pkgsrc/devel/mk-configure/Makefile:1.48     Sun Oct  6 09:16:16 2024
+++ pkgsrc/devel/mk-configure/Makefile  Sun Mar 23 18:41:05 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2024/10/06 09:16:16 cheusov Exp $
+# $NetBSD: Makefile,v 1.49 2025/03/23 18:41:05 rillig Exp $
 #
 
 DISTNAME=      mk-configure-0.40.0
@@ -27,6 +27,10 @@ MAKE_ENV+=           MANDIR=${PREFIX}/${PKGMANDIR
                        USE_AWK=${AWK:Q} \
                        USE_ID=${ID:Q}
 
+# Fix the build on NetBSD 9 since it passes .MAKE.LEVEL.ENV via MAKEFLAGS,
+# and the pkgsrc make doesn't allow this variable.
+MAKE_ENV+=             MAKEFLAGS=
+
 PLIST_SRC+=            ${WRKDIR}/PLIST-addon
 PLIST_SRC+=            PLIST
 



Home | Main Index | Thread Index | Old Index