pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/fallingtime



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Mar 16 10:11:00 UTC 2020

Modified Files:
        pkgsrc/games/fallingtime: Makefile

Log Message:
fallingtime: Use c99


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/fallingtime/Makefile

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

Modified files:

Index: pkgsrc/games/fallingtime/Makefile
diff -u pkgsrc/games/fallingtime/Makefile:1.3 pkgsrc/games/fallingtime/Makefile:1.4
--- pkgsrc/games/fallingtime/Makefile:1.3       Sun Mar  8 16:49:36 2020
+++ pkgsrc/games/fallingtime/Makefile   Mon Mar 16 10:10:59 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/03/08 16:49:36 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2020/03/16 10:10:59 nia Exp $
 
 DISTNAME=      fallingtime-1.0.2
 PKGREVISION=   1
@@ -15,7 +15,7 @@ EXTRACT_USING=        bsdtar
 WRKSRC=                ${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG}
 USE_CMAKE=     yes
 USE_TOOLS+=    pkg-config
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c99 c++
 
 CMAKE_ARGS+=   -DINSTALL_PREFIX=${PREFIX}/libexec
 CMAKE_ARGS+=   -DINSTALL_DATA_PREFIX=${PREFIX}/share/fallingtime



Home | Main Index | Thread Index | Old Index