SHA256
1
0
forked from pool/kasumi
kasumi/kasumi-2.5-c++14.patch
Takashi Iwai 1bd0266c6f Accepting request 906698 from home:tiwai:branches:M17N
- 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
2021-07-16 15:15:24 +00:00

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.