Having DISABLE_DEPRECATED flags set in the distribution breaks building with libraries later than those which the maintainer happened to have installed. This patch removes them. diff -r -U 3 a/gtk/Makefile.am b/gtk/Makefile.am --- a/gtk/Makefile.am 2003-05-09 15:55:05.000000000 +0200 +++ b/gtk/Makefile.am 2013-12-26 15:06:38.000000000 +0100 @@ -36,11 +36,7 @@ -I$(top_srcdir) \ -I$(top_builddir)/gdk \ $(GTKGLEXT_DEBUG_FLAGS) \ - $(GTKGLEXT_DEP_CFLAGS) \ - -DG_DISABLE_DEPRECATED \ - -DGDK_DISABLE_DEPRECATED \ - -DGDK_PIXBUF_DISABLE_DEPRECATED \ - -DGTK_DISABLE_DEPRECATED + $(GTKGLEXT_DEP_CFLAGS) common_ldflags = \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ diff -r -U 3 a/gtk/Makefile.in b/gtk/Makefile.in --- a/gtk/Makefile.in 2006-02-05 04:17:42.000000000 +0100 +++ b/gtk/Makefile.in 2013-12-26 15:07:00.000000000 +0100 @@ -234,11 +234,7 @@ -I$(top_srcdir) \ -I$(top_builddir)/gdk \ $(GTKGLEXT_DEBUG_FLAGS) \ - $(GTKGLEXT_DEP_CFLAGS) \ - -DG_DISABLE_DEPRECATED \ - -DGDK_DISABLE_DEPRECATED \ - -DGDK_PIXBUF_DISABLE_DEPRECATED \ - -DGTK_DISABLE_DEPRECATED + $(GTKGLEXT_DEP_CFLAGS) common_ldflags = \ e' href='/guix/log/gnu/packages/autotools.scm'>logtreecommitdiff
path: root/gnu/packages/autotools.scm
AgeCommit message (Expand)Author
2023-07-18doc: Update GDB "guix shell" example to use autoconf-2.69...fanquake
2023-05-11gnu: automake: Fix cross-build....Janneke Nieuwenhuizen
2023-05-11gnu: autoconf: Fix cross-build....Janneke Nieuwenhuizen
2023-03-02Merge remote-tracking branch 'savannah/master' into core-updates...Christopher Baines
2023-02-05gnu: Rename 'guile-3.0/fixed' to 'guile-3.0/pinned'....Simon Tournier
2022-10-24gnu: autoconf-archive: Update to 2022.09.03....Efraim Flashner
2022-09-08gnu: grep: Update to 3.8....Marius Bakke
2022-09-01gnu: libtool: Reinstate 2.4.7....Ludovic Courtès
2022-07-23gnu: libtool: Don't reference bash by label....Marius Bakke
2022-07-23gnu: make-autoconf-wrapper: Remove input labels....Marius Bakke
2022-07-23gnu: autoconf: Remove input labels....Marius Bakke
2022-07-23gnu: automake: Remove input labels....Marius Bakke
2022-07-23gnu: automake: Update to 1.16.5....Marius Bakke
2022-07-22Merge branch 'staging' into core-updatesMarius Bakke