pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/openjade openjade: Specify C++03, not C++11 c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d109a03bb6ba
branches:  trunk
changeset: 374883:d109a03bb6ba
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Jan 30 23:24:29 2018 +0000

description:
openjade: Specify C++03, not C++11 clean (access declarations).

diffstat:

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

diffs (18 lines):

diff -r 5154014b78e2 -r d109a03bb6ba textproc/openjade/Makefile
--- a/textproc/openjade/Makefile        Tue Jan 30 23:14:45 2018 +0000
+++ b/textproc/openjade/Makefile        Tue Jan 30 23:24:29 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2017/08/02 12:13:34 maya Exp $
+# $NetBSD: Makefile,v 1.31 2018/01/30 23:24:29 jperkin Exp $
 
 DISTNAME=      openjade-1.3.2
 PKGREVISION=   12
@@ -12,7 +12,7 @@
 
 MAKE_JOBS_SAFE=                no
 
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c c++03
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake perl
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index