pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/abduco abduco: Uses -std=c99



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a2d9855046fb
branches:  trunk
changeset: 412341:a2d9855046fb
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Mar 04 20:46:39 2020 +0000

description:
abduco: Uses -std=c99

diffstat:

 misc/abduco/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b6f817bb16c8 -r a2d9855046fb misc/abduco/Makefile
--- a/misc/abduco/Makefile      Wed Mar 04 20:31:07 2020 +0000
+++ b/misc/abduco/Makefile      Wed Mar 04 20:46:39 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/03/04 20:30:50 nia Exp $
+# $NetBSD: Makefile,v 1.2 2020/03/04 20:46:39 nia Exp $
 
 DISTNAME=      abduco-0.6
 CATEGORIES=    misc
@@ -10,6 +10,7 @@
 LICENSE=       isc
 
 USE_TOOLS+=    gmake
+USE_LANGUAGES= c99
 
 MAKE_FLAGS+=   MANPREFIX=${PREFIX}/${PKGMANDIR}
 



Home | Main Index | Thread Index | Old Index