pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/violetland



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Jun 18 12:34:22 UTC 2021

Modified Files:
        pkgsrc/games/violetland: Makefile

Log Message:
violetland: remove bogus USE_LANGUAGES=c++03, fix build


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/games/violetland/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/violetland/Makefile
diff -u pkgsrc/games/violetland/Makefile:1.18 pkgsrc/games/violetland/Makefile:1.19
--- pkgsrc/games/violetland/Makefile:1.18       Wed Apr 21 13:24:43 2021
+++ pkgsrc/games/violetland/Makefile    Fri Jun 18 12:34:22 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2021/04/21 13:24:43 adam Exp $
+# $NetBSD: Makefile,v 1.19 2021/06/18 12:34:22 nia Exp $
 
 DISTNAME=      violetland-0.5-source-with-dependencies
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -14,7 +14,7 @@ COMMENT=      Help a girl by name of Violet t
 LICENSE=       gnu-gpl-v3 AND cc-by-sa-v3.0
 
 USE_CMAKE=     yes
-USE_LANGUAGES= c c++03
+USE_LANGUAGES= c c++
 USE_TOOLS+=    xgettext
 
 .include "../../audio/SDL_mixer/buildlink3.mk"



Home | Main Index | Thread Index | Old Index