pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/opensp opensp: Specify C++03 (access declarat...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1767b48e8645
branches: trunk
changeset: 374805:1767b48e8645
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Mon Jan 29 15:44:09 2018 +0000
description:
opensp: Specify C++03 (access declarations).
diffstat:
textproc/opensp/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e3443ed10dc2 -r 1767b48e8645 textproc/opensp/Makefile
--- a/textproc/opensp/Makefile Mon Jan 29 15:23:30 2018 +0000
+++ b/textproc/opensp/Makefile Mon Jan 29 15:44:09 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2016/07/09 06:39:07 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2018/01/29 15:44:09 jperkin Exp $
#
DISTNAME= OpenSP-1.5.2
@@ -16,7 +16,7 @@
CONFLICTS+= sp-[0-9]*
USE_TOOLS+= gmake msgfmt perl
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
USE_LIBTOOL= yes
PTHREAD_OPTS+= require
USE_PKGLOCALEDIR= yes
Home |
Main Index |
Thread Index |
Old Index