pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/quadrupleback Not compatible with C++11.
details: https://anonhg.NetBSD.org/pkgsrc/rev/ee07a8608c9f
branches: trunk
changeset: 313313:ee07a8608c9f
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue Sep 25 20:22:34 2018 +0000
description:
Not compatible with C++11.
diffstat:
games/quadrupleback/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 133cfc7fa9c1 -r ee07a8608c9f games/quadrupleback/Makefile
--- a/games/quadrupleback/Makefile Tue Sep 25 20:22:14 2018 +0000
+++ b/games/quadrupleback/Makefile Tue Sep 25 20:22:34 2018 +0000
@@ -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 @@
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