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 = \ ts/union.scm'>logtreecommitdiff
path: root/tests/union.scm
AgeCommit message (Expand)Author
2017-03-26union: Add create-all-directories? parameter to 'union-build'....Huang Ying
2016-04-03build: Add a Guile custom test driver using SRFI-64....Mathieu Lirzin
2015-02-24tests: Factorize the network reachability test....Ludovic Courtès
2014-08-23Factorize test suite support in (guix tests)....Ludovic Courtès
2014-04-02tests: Add 'union-build' test for <http://bugs.gnu.org/17083>....Ludovic Courtès
2014-04-02union: Rewrite to be faster; handle symlink/directory conflicts....Mark H Weaver
2013-12-04derivations: Use more keyword parameters for 'build-expression->derivation'....Ludovic Courtès
2013-11-16tests: Adjust to bootstrap tarball updates....Ludovic Courtès