pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/xerces-c



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Sep 16 12:06:34 UTC 2017

Modified Files:
        pkgsrc/textproc/xerces-c: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/textproc/xerces-c/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/xerces-c/Makefile
diff -u pkgsrc/textproc/xerces-c/Makefile:1.48 pkgsrc/textproc/xerces-c/Makefile:1.49
--- pkgsrc/textproc/xerces-c/Makefile:1.48      Mon Sep 11 21:30:03 2017
+++ pkgsrc/textproc/xerces-c/Makefile   Sat Sep 16 12:06:34 2017
@@ -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 @@ HOMEPAGE=       http://xerces.apache.org/
 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