pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/sameboy



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Oct  3 12:08:51 UTC 2019

Modified Files:
        pkgsrc/emulators/sameboy: Makefile.common

Log Message:
sameboy: Needs c99


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/emulators/sameboy/Makefile.common

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

Modified files:

Index: pkgsrc/emulators/sameboy/Makefile.common
diff -u pkgsrc/emulators/sameboy/Makefile.common:1.2 pkgsrc/emulators/sameboy/Makefile.common:1.3
--- pkgsrc/emulators/sameboy/Makefile.common:1.2        Sun Sep 22 12:38:24 2019
+++ pkgsrc/emulators/sameboy/Makefile.common    Thu Oct  3 12:08:51 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2019/09/22 12:38:24 nia Exp $
+# $NetBSD: Makefile.common,v 1.3 2019/10/03 12:08:51 nia Exp $
 # used by emulators/sameboy/Makefile
 # used by emulators/libretro-sameboy/Makefile
 
@@ -12,6 +12,7 @@ LICENSE=      mit
 
 EXTRACT_USING= bsdtar
 USE_TOOLS+=    gmake
+USE_LANGUAGES= c99
 
 TOOL_DEPENDS+= rgbds-[0-9]*:../../devel/rgbds
 



Home | Main Index | Thread Index | Old Index