pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/yamcha yamcha: Specify C++03, not C++11 clean.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/966351d1a8b9
branches:  trunk
changeset: 375064:966351d1a8b9
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Feb 02 15:40:48 2018 +0000

description:
yamcha: Specify C++03, not C++11 clean.

diffstat:

 textproc/yamcha/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fc41822af773 -r 966351d1a8b9 textproc/yamcha/Makefile
--- a/textproc/yamcha/Makefile  Fri Feb 02 15:36:18 2018 +0000
+++ b/textproc/yamcha/Makefile  Fri Feb 02 15:40:48 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2016/07/09 06:39:08 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2018/02/02 15:40:48 jperkin Exp $
 #
 
 .include "Makefile.common"
@@ -10,7 +10,7 @@
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
 USE_TOOLS+=    perl:run gzip:run
 
 CONFIGURE_ENV+=                ac_cv_path_GZIP=${TOOLS_PATH.gzip:Q}



Home | Main Index | Thread Index | Old Index