diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-01-09 09:07:35 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-01-09 09:07:44 +0100 |
commit | 30bf7288070984e784dbef3f5511dada97102099 (patch) | |
tree | f13140b00bfe27c778b69b9046701500fa8d8496 /package/libX11/patches | |
parent | 72592dc62c0de0c4c55b889e1a2e2958ceae23d6 (diff) |
fix openjdk8 build for rb532
Diffstat (limited to 'package/libX11/patches')
-rw-r--r-- | package/libX11/patches/patch-src_util_Makefile_in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/libX11/patches/patch-src_util_Makefile_in b/package/libX11/patches/patch-src_util_Makefile_in new file mode 100644 index 000000000..8a194f2d1 --- /dev/null +++ b/package/libX11/patches/patch-src_util_Makefile_in @@ -0,0 +1,13 @@ +--- libX11-1.6.3.orig/src/util/Makefile.in 2015-03-09 23:29:02.000000000 +0100 ++++ libX11-1.6.3/src/util/Makefile.in 2016-01-08 10:43:16.257572082 +0100 +@@ -348,9 +348,7 @@ target_alias = @target_alias@ + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-AM_CFLAGS = \ +- $(X11_CFLAGS) \ +- $(CWARNFLAGS) ++AM_CFLAGS = + + AM_CPPFLAGS = \ + -I$(top_srcdir)/include |