pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/nbpatch nbpatch: Needs C99. Fixes PR#56033.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b3670df12131
branches:  trunk
changeset: 453937:b3670df12131
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Jun 04 16:06:11 2021 +0000

description:
nbpatch: Needs C99.  Fixes PR#56033.

diffstat:

 devel/nbpatch/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8a6bc1621f5a -r b3670df12131 devel/nbpatch/Makefile
--- a/devel/nbpatch/Makefile    Fri Jun 04 14:33:53 2021 +0000
+++ b/devel/nbpatch/Makefile    Fri Jun 04 16:06:11 2021 +0000
@@ -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 @@
 # 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