Thu Mar 5 13:04:45 2020 UTC ()
uim: needs alloca, use gnu++03


(nia)
diff -r1.158 -r1.159 pkgsrc/inputmethod/uim/Makefile

cvs diff -r1.158 -r1.159 pkgsrc/inputmethod/uim/Makefile (expand / switch to unified diff)

--- pkgsrc/inputmethod/uim/Makefile 2020/01/18 21:49:42 1.158
+++ pkgsrc/inputmethod/uim/Makefile 2020/03/05 13:04:45 1.159
@@ -1,33 +1,33 @@ @@ -1,33 +1,33 @@
1# $NetBSD: Makefile,v 1.158 2020/01/18 21:49:42 jperkin Exp $ 1# $NetBSD: Makefile,v 1.159 2020/03/05 13:04:45 nia Exp $
2 2
3PKGREVISION= 1 3PKGREVISION= 1
4.include "../../inputmethod/uim/Makefile.common" 4.include "../../inputmethod/uim/Makefile.common"
5 5
6COMMENT= Multilingual input method library 6COMMENT= Multilingual input method library
7LICENSE= modified-bsd 7LICENSE= modified-bsd
8 8
9CONFLICTS+= uim-qt4-immodule-[0-9]* 9CONFLICTS+= uim-qt4-immodule-[0-9]*
10 10
11GNU_CONFIGURE= YES 11GNU_CONFIGURE= YES
12USE_LIBTOOL= YES 12USE_LIBTOOL= YES
13 13
14# Do not segfault uim-module-manager during build 14# Do not segfault uim-module-manager during build
15BUILDLINK_TRANSFORM+= opt:-O2:-O1 15BUILDLINK_TRANSFORM+= opt:-O2:-O1
16 16
17USE_TOOLS+= gmake pkg-config 17USE_TOOLS+= gmake pkg-config
18USE_TOOLS+= intltool msgfmt msgmerge xgettext 18USE_TOOLS+= intltool msgfmt msgmerge xgettext
19USE_TOOLS+= autopoint 19USE_TOOLS+= autopoint
20USE_LANGUAGES= c99 c++03 20USE_LANGUAGES= c99 gnu++03
21 21
22# Avoid finding mono tool and breaking. 22# Avoid finding mono tool and breaking.
23MAKE_FLAGS+= CSI= 23MAKE_FLAGS+= CSI=
24 24
25LDFLAGS.SunOS+= -mimpure-text 25LDFLAGS.SunOS+= -mimpure-text
26CFLAGS.SunOS+= -D__EXTENSIONS__ 26CFLAGS.SunOS+= -D__EXTENSIONS__
27 27
28UIM_MODULES= anthy-utf8 skk tutcode byeoru latin elatin xmload \ 28UIM_MODULES= anthy-utf8 skk tutcode byeoru latin elatin xmload \
29 pyload py pyunihan viqr ipa-x-sampa look ajax-ime \ 29 pyload py pyunihan viqr ipa-x-sampa look ajax-ime \
30 google-cgiapi-jp baidu-olime-jp 30 google-cgiapi-jp baidu-olime-jp
31 31
32BUILD_DEFS+= PKG_SYSCONFBASE 32BUILD_DEFS+= PKG_SYSCONFBASE
33 33