pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/libretro-cap32



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Oct 15 01:49:33 UTC 2018

Modified Files:
        pkgsrc/emulators/libretro-cap32: Makefile

Log Message:
libretro-cap32: use c99.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/libretro-cap32/Makefile

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

Modified files:

Index: pkgsrc/emulators/libretro-cap32/Makefile
diff -u pkgsrc/emulators/libretro-cap32/Makefile:1.1 pkgsrc/emulators/libretro-cap32/Makefile:1.2
--- pkgsrc/emulators/libretro-cap32/Makefile:1.1        Sat Oct 13 17:58:08 2018
+++ pkgsrc/emulators/libretro-cap32/Makefile    Mon Oct 15 01:49:33 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/10/13 17:58:08 nia Exp $
+# $NetBSD: Makefile,v 1.2 2018/10/15 01:49:33 nia Exp $
 
 DISTNAME=      libretro-cap32-20180827
 CATEGORIES=    emulators
@@ -12,6 +12,7 @@ LICENSE=      gnu-gpl-v2
 
 EXTRACT_USING= bsdtar
 USE_TOOLS+=    gmake
+USE_LANGUAGES= c99
 
 .include "../../mk/endian.mk"
 



Home | Main Index | Thread Index | Old Index