File: 05_deprecated_macros.patch

package info (click to toggle)
libgnomecanvas 2.30.3-4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 4,768 kB
  • sloc: ansic: 15,401; sh: 11,067; makefile: 212
file content (15 lines) | stat: -rw-r--r-- 470 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Stop using the deprecated GNOME_COMPILE_WARNINGS
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/

--- libgnomecanvas-2.30.3.orig/configure.in
+++ libgnomecanvas-2.30.3/configure.in
@@ -70,8 +70,6 @@ AC_LIBTOOL_WIN32_DLL
 AM_PROG_LIBTOOL
 IT_PROG_INTLTOOL([0.35.0])
 
-GNOME_COMPILE_WARNINGS
-
 GETTEXT_PACKAGE=libgnomecanvas-2.0
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[Gettext package])