pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/nbpatch
Module Name: pkgsrc
Committed By: jperkin
Date: Fri Jun 4 16:06:11 UTC 2021
Modified Files:
pkgsrc/devel/nbpatch: Makefile
Log Message:
nbpatch: Needs C99. Fixes PR#56033.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/nbpatch/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/nbpatch/Makefile
diff -u pkgsrc/devel/nbpatch/Makefile:1.11 pkgsrc/devel/nbpatch/Makefile:1.12
--- pkgsrc/devel/nbpatch/Makefile:1.11 Sun Jan 26 17:31:00 2020
+++ pkgsrc/devel/nbpatch/Makefile Fri Jun 4 16:06:11 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/01/26 17:31:00 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2021/06/04 16:06:11 jperkin Exp $
#
DISTNAME= nbpatch-20151107
@@ -13,6 +13,7 @@ COMMENT= Patch files using diff output
# Allow checkperms and other core dependencies to use patches
CHECK_PERMS= no
+USE_LANGUAGES= c99
USE_BSD_MAKEFILE= yes
USE_FEATURES= nbcompat
Home |
Main Index |
Thread Index |
Old Index