pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/abduco



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Mar  4 20:46:39 UTC 2020

Modified Files:
        pkgsrc/misc/abduco: Makefile

Log Message:
abduco: Uses -std=c99


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/abduco/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/abduco/Makefile
diff -u pkgsrc/misc/abduco/Makefile:1.1 pkgsrc/misc/abduco/Makefile:1.2
--- pkgsrc/misc/abduco/Makefile:1.1     Wed Mar  4 20:30:50 2020
+++ pkgsrc/misc/abduco/Makefile Wed Mar  4 20:46:39 2020
@@ -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 @@ COMMENT=      Tool for session {at,de}tach su
 LICENSE=       isc
 
 USE_TOOLS+=    gmake
+USE_LANGUAGES= c99
 
 MAKE_FLAGS+=   MANPREFIX=${PREFIX}/${PKGMANDIR}
 



Home | Main Index | Thread Index | Old Index