pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/inputmethod/scim scim: Specify C++03, not C++11 clean.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28d2f3294142
branches:  trunk
changeset: 374810:28d2f3294142
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Jan 29 18:33:01 2018 +0000

description:
scim: Specify C++03, not C++11 clean.

diffstat:

 inputmethod/scim/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3283e54d347b -r 28d2f3294142 inputmethod/scim/Makefile
--- a/inputmethod/scim/Makefile Mon Jan 29 17:41:05 2018 +0000
+++ b/inputmethod/scim/Makefile Mon Jan 29 18:33:01 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2017/11/23 17:19:42 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2018/01/29 18:33:01 jperkin Exp $
 #
 
 DISTNAME=              scim-1.4.15
@@ -16,7 +16,7 @@
 PKG_SYSCONFSUBDIR=     scim
 
 USE_PKGLOCALEDIR=      yes
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c c++03
 USE_LIBTOOL=           yes
 USE_TOOLS+=            msgfmt pkg-config
 USE_TOOLS+=            gmake   # make scim-setup.desktop



Home | Main Index | Thread Index | Old Index