pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/libxml++1 libxml++1: Specify C++03, not C++11...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f4dcbd2b0fbd
branches:  trunk
changeset: 375280:f4dcbd2b0fbd
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Feb 07 16:47:14 2018 +0000

description:
libxml++1: Specify C++03, not C++11 clean.

diffstat:

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

diffs (18 lines):

diff -r edc376b320b1 -r f4dcbd2b0fbd textproc/libxml++1/Makefile
--- a/textproc/libxml++1/Makefile       Wed Feb 07 16:31:43 2018 +0000
+++ b/textproc/libxml++1/Makefile       Wed Feb 07 16:47:14 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2012/10/25 06:56:04 asau Exp $
+# $NetBSD: Makefile,v 1.6 2018/02/07 16:47:14 jperkin Exp $
 #
 
 DISTNAME=              libxml++-1.0.5
@@ -14,7 +14,7 @@
 LICENSE=               gnu-lgpl-v2.1
 
 USE_PKGLOCALEDIR=      yes
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c c++03
 USE_LIBTOOL=           yes
 USE_TOOLS+=            pkg-config
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index