pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/libxml++1



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Feb  7 16:47:14 UTC 2018

Modified Files:
        pkgsrc/textproc/libxml++1: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/libxml++1/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/libxml++1/Makefile
diff -u pkgsrc/textproc/libxml++1/Makefile:1.5 pkgsrc/textproc/libxml++1/Makefile:1.6
--- pkgsrc/textproc/libxml++1/Makefile:1.5      Thu Oct 25 06:56:04 2012
+++ pkgsrc/textproc/libxml++1/Makefile  Wed Feb  7 16:47:14 2018
@@ -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 @@ COMMENT=              C++ wrapper for the libxml XML
 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