pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/quadrupleback



Module Name:    pkgsrc
Committed By:   joerg
Date:           Tue Sep 25 20:22:34 UTC 2018

Modified Files:
        pkgsrc/games/quadrupleback: Makefile

Log Message:
Not compatible with C++11.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/quadrupleback/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/quadrupleback/Makefile
diff -u pkgsrc/games/quadrupleback/Makefile:1.3 pkgsrc/games/quadrupleback/Makefile:1.4
--- pkgsrc/games/quadrupleback/Makefile:1.3     Mon Sep  4 18:00:55 2017
+++ pkgsrc/games/quadrupleback/Makefile Tue Sep 25 20:22:34 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/09/04 18:00:55 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2018/09/25 20:22:34 joerg Exp $
 
 DISTNAME=      quadrupleback-0.1.0
 CATEGORIES=    games
@@ -11,7 +11,7 @@ LICENSE=      gnu-gpl-v2
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
 USE_TOOLS+=    pkg-config
 
 .include "../../devel/SDL_gfx/buildlink3.mk"



Home | Main Index | Thread Index | Old Index