forked from pool/kasumi
Takashi Iwai
1bd0266c6f
- Add gtk3 port (partly borrowed from Fedora package): kasumi-2.5-gtk3.patch kasumi-2.5-configure-gtk3.patch - Fix build with the recent gcc: kasumi-2.5-c++14.patch - Spec cleanup OBS-URL: https://build.opensuse.org/request/show/906698 OBS-URL: https://build.opensuse.org/package/show/M17N/kasumi?expand=0&rev=9
16 lines
347 B
Diff
16 lines
347 B
Diff
---
|
|
configure.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/configure.in
|
|
+++ b/configure.in
|
|
@@ -36,7 +36,7 @@ AC_CHECK_LIB(anthydic, anthy_dic_util_in
|
|
AC_CHECK_LIB(anthy, anthy_get_version_string)
|
|
|
|
CFLAGS="$CFLAGS -Wall"
|
|
-CXXFLAGS="$CXXFLAGS -Wall"
|
|
+CXXFLAGS="$CXXFLAGS -Wall -std=c++14"
|
|
|
|
dnl Checks for header files.
|
|
|