Mon Jan 29 18:33:01 2018 UTC ()
scim: Specify C++03, not C++11 clean.


(jperkin)
diff -r1.48 -r1.49 pkgsrc/inputmethod/scim/Makefile

cvs diff -r1.48 -r1.49 pkgsrc/inputmethod/scim/Makefile (expand / switch to unified diff)

--- pkgsrc/inputmethod/scim/Makefile 2017/11/23 17:19:42 1.48
+++ pkgsrc/inputmethod/scim/Makefile 2018/01/29 18:33:01 1.49
@@ -1,32 +1,32 @@ @@ -1,32 +1,32 @@
1# $NetBSD: Makefile,v 1.48 2017/11/23 17:19:42 wiz Exp $ 1# $NetBSD: Makefile,v 1.49 2018/01/29 18:33:01 jperkin Exp $
2# 2#
3 3
4DISTNAME= scim-1.4.15 4DISTNAME= scim-1.4.15
5PKGREVISION= 8 5PKGREVISION= 8
6CATEGORIES= inputmethod 6CATEGORIES= inputmethod
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scim/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scim/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.scim-im.org/ 10HOMEPAGE= http://www.scim-im.org/
11COMMENT= Smart Common Input Method 11COMMENT= Smart Common Input Method
12LICENSE= gnu-lgpl-v2.1 12LICENSE= gnu-lgpl-v2.1
13 13
14SUPERSEDES+= scim-bridge-[0-9]* 14SUPERSEDES+= scim-bridge-[0-9]*
15 15
16PKG_SYSCONFSUBDIR= scim 16PKG_SYSCONFSUBDIR= scim
17 17
18USE_PKGLOCALEDIR= yes 18USE_PKGLOCALEDIR= yes
19USE_LANGUAGES= c c++ 19USE_LANGUAGES= c c++03
20USE_LIBTOOL= yes 20USE_LIBTOOL= yes
21USE_TOOLS+= msgfmt pkg-config 21USE_TOOLS+= msgfmt pkg-config
22USE_TOOLS+= gmake # make scim-setup.desktop 22USE_TOOLS+= gmake # make scim-setup.desktop
23USE_TOOLS+= perl intltool 23USE_TOOLS+= perl intltool
24USE_TOOLS+= autopoint autoconf automake 24USE_TOOLS+= autopoint autoconf automake
25 25
26BUILD_DEPENDS+= gettext>=0.19.4:../../devel/gettext 26BUILD_DEPENDS+= gettext>=0.19.4:../../devel/gettext
27 27
28PKGCONFIG_OVERRIDE= scim-gtkutils.pc.in 28PKGCONFIG_OVERRIDE= scim-gtkutils.pc.in
29PKGCONFIG_OVERRIDE+= scim-x11utils.pc.in 29PKGCONFIG_OVERRIDE+= scim-x11utils.pc.in
30PKGCONFIG_OVERRIDE+= scim.pc.in 30PKGCONFIG_OVERRIDE+= scim.pc.in
31 31
32GNU_CONFIGURE= yes 32GNU_CONFIGURE= yes