pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/crack-attack crack-attack: Specify c++03 to avoi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ac9d751b430e
branches: trunk
changeset: 374622:ac9d751b430e
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Fri Jan 26 13:45:31 2018 +0000
description:
crack-attack: Specify c++03 to avoid conflicts with std::bind.
diffstat:
games/crack-attack/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 13470f26c027 -r ac9d751b430e games/crack-attack/Makefile
--- a/games/crack-attack/Makefile Fri Jan 26 13:42:29 2018 +0000
+++ b/games/crack-attack/Makefile Fri Jan 26 13:45:31 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2017/02/12 06:25:20 ryoon Exp $
+# $NetBSD: Makefile,v 1.43 2018/01/26 13:45:31 jperkin Exp $
DISTNAME= crack-attack-1.1.14
PKGREVISION= 29
@@ -12,7 +12,7 @@
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-sound=yes
CONFIGURE_ARGS+= --disable-binreloc
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
USE_TOOLS+= pkg-config
post-install:
Home |
Main Index |
Thread Index |
Old Index