diff options
Diffstat (limited to 'main/libxres/0001-Replace-deprecated-Automake-INCLUDES-variable-with-A.patch')
-rw-r--r-- | main/libxres/0001-Replace-deprecated-Automake-INCLUDES-variable-with-A.patch | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/main/libxres/0001-Replace-deprecated-Automake-INCLUDES-variable-with-A.patch b/main/libxres/0001-Replace-deprecated-Automake-INCLUDES-variable-with-A.patch deleted file mode 100644 index b8ef330d8..000000000 --- a/main/libxres/0001-Replace-deprecated-Automake-INCLUDES-variable-with-A.patch +++ /dev/null @@ -1,36 +0,0 @@ -From 83e7693515369d57dcd11c2bb1f03563f51bc500 Mon Sep 17 00:00:00 2001 -From: Alan Coopersmith <alan.coopersmith@oracle.com> -Date: Fri, 18 Jan 2013 23:06:20 -0800 -Subject: [PATCH 1/4] Replace deprecated Automake INCLUDES variable with - AM_CPPFLAGS - -Excerpt https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html - - - Support for the long-deprecated INCLUDES variable will be removed - altogether in Automake 1.14. The AM_CPPFLAGS variable should be - used instead. - -This variable was deprecated in Automake releases prior to 1.10, which is -the current minimum level required to build X. - -Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> ---- - src/Makefile.am | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/Makefile.am b/src/Makefile.am -index fd508da..bf66d68 100644 ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -10,7 +10,7 @@ AM_CFLAGS = \ - $(XRES_CFLAGS) \ - $(MALLOC_ZERO_CFLAGS) - --INCLUDES = -I$(top_srcdir)/include -+AM_CPPFLAGS = -I$(top_srcdir)/include - - libXRes_la_LDFLAGS = -version-number 1:0:0 -no-undefined - --- -1.8.2.3 - |