pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/yamcha



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Feb  2 15:40:48 UTC 2018

Modified Files:
        pkgsrc/textproc/yamcha: Makefile

Log Message:
yamcha: Specify C++03, not C++11 clean.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/yamcha/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/yamcha/Makefile
diff -u pkgsrc/textproc/yamcha/Makefile:1.10 pkgsrc/textproc/yamcha/Makefile:1.11
--- pkgsrc/textproc/yamcha/Makefile:1.10        Sat Jul  9 06:39:08 2016
+++ pkgsrc/textproc/yamcha/Makefile     Fri Feb  2 15:40:48 2018
@@ -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 @@ COMMENT=      Yet Another Multipurpose CHunk 
 
 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