pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/eboard eboard: Specify c++03 to avoid conflicts ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b7024cfe9755
branches:  trunk
changeset: 374623:b7024cfe9755
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Jan 26 13:45:45 2018 +0000

description:
eboard: Specify c++03 to avoid conflicts with std::bind.

diffstat:

 games/eboard/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ac9d751b430e -r b7024cfe9755 games/eboard/Makefile
--- a/games/eboard/Makefile     Fri Jan 26 13:45:31 2018 +0000
+++ b/games/eboard/Makefile     Fri Jan 26 13:45:45 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2017/02/12 06:25:20 ryoon Exp $
+# $NetBSD: Makefile,v 1.44 2018/01/26 13:45:45 jperkin Exp $
 #
 
 DISTNAME=              eboard-1.0.4
@@ -17,7 +17,7 @@
 CONFIGURE_ENV+=                PKGMANDIR=${PKGMANDIR}
 CONFIGURE_ARGS+=       --prefix=${PREFIX}
 CONFIGURE_ARGS+=       --man-prefix=${PREFIX}/${PKGMANDIR}
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c c++03
 USE_TOOLS+=            perl gmake pkg-config
 CONFIG_SHELL=          perl
 REPLACE_PERL+=         configure



Home | Main Index | Thread Index | Old Index