]> git.sur5r.net Git - glabels/blob - debian/patches/gnome-common-cleanup
Prepare 3.4.0
[glabels] / debian / patches / gnome-common-cleanup
1 Description: Replace deprecated gnome-common macro
2  GNOME_COMPILER_WARNINGS has been deprecated. Replace it by call to
3  AX_COMPILER_FLAGS.
4 Author: Jakob Haufe <sur5r@sur5r.net>
5 Bug-Debian: https://bugs.debian.org/830033
6 Forwarded: https://github.com/jimevins/glabels/pull/18
7 Last-Update: 2016-12-15
8
9 --- glabels-3.4.0.orig/configure.ac
10 +++ glabels-3.4.0/configure.ac
11 @@ -43,7 +43,7 @@ AC_SEARCH_LIBS([strerror],[cposix])
12  AC_PROG_CC
13  AC_PROG_INSTALL
14  
15 -GNOME_COMPILE_WARNINGS
16 +AX_COMPILER_FLAGS
17  
18  AC_PATH_PROG(GLIB_GENMARSHAL,         glib-genmarshal)
19  AC_PATH_PROG(GDK_PIXBUF_CSOURCE,      gdk-pixbuf-csource)