forked from pool/gjiten
OBS-URL: https://build.opensuse.org/package/show/Education/gjiten?expand=0&rev=13
26 lines
708 B
Diff
26 lines
708 B
Diff
From: Yavor Doganov <yavor@gnu.org>
|
|
Date: Sat, 13 Oct 2018 12:20:53 +0300
|
|
Subject: stop using gnome-common
|
|
|
|
Use autoconf-archive instead of deprecated gnome-common
|
|
|
|
Bug-Debian: https://bugs.debian.org/829781
|
|
---
|
|
configure.ac | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
Index: gjiten-gjiten-3.1/configure.ac
|
|
===================================================================
|
|
--- gjiten-gjiten-3.1.orig/configure.ac
|
|
+++ gjiten-gjiten-3.1/configure.ac
|
|
@@ -36,7 +36,8 @@ AC_FUNC_MMAP
|
|
AC_FUNC_STAT
|
|
AC_CHECK_FUNCS([getcwd putenv setlocale strerror strrchr strstr munmap])
|
|
|
|
-GNOME_COMPILE_WARNINGS(maximum)
|
|
+AX_IS_RELEASE([always])
|
|
+AX_COMPILER_FLAGS
|
|
|
|
# Gettext stuff
|
|
GETTEXT_PACKAGE=gjiten
|