diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-02-07 16:47:14 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-02-07 16:47:14 +0000 |
commit | e756970c57693de5a7ed2871a69eecb84b828a36 (patch) | |
tree | 8898a3533efbda08789ad05fc6e661485260abf0 /textproc | |
parent | a8ff4aa1a7ee1dcdb45b9cced9b8aa4184567b55 (diff) | |
download | pkgsrc-e756970c57693de5a7ed2871a69eecb84b828a36.tar.gz |
libxml++1: Specify C++03, not C++11 clean.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml++1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libxml++1/Makefile b/textproc/libxml++1/Makefile index ed3f1e5ead0..9b02ead3bbd 100644 --- a/textproc/libxml++1/Makefile +++ b/textproc/libxml++1/Makefile @@ -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 parser library 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 |