pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xerces-c xerces-c: USE_LANGAUGES c++11. Fixes...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b391bcb6853
branches:  trunk
changeset: 368397:7b391bcb6853
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Sep 16 12:06:34 2017 +0000

description:
xerces-c: USE_LANGAUGES c++11. Fixes build on NetBSD-current.

diffstat:

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

diffs (18 lines):

diff -r 904f7edaa34e -r 7b391bcb6853 textproc/xerces-c/Makefile
--- a/textproc/xerces-c/Makefile        Sat Sep 16 12:00:42 2017 +0000
+++ b/textproc/xerces-c/Makefile        Sat Sep 16 12:06:34 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2017/09/11 21:30:03 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2017/09/16 12:06:34 tnn Exp $
 
 DISTNAME=      xerces-c-3.2.0
 CATEGORIES=    textproc
@@ -9,7 +9,7 @@
 COMMENT=       Validating C++ XML parser with DOM and SAX support
 LICENSE=       apache-2.0
 
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c c++11
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake
 PKGCONFIG_OVERRIDE=    xerces-c.pc.in



Home | Main Index | Thread Index | Old Index