summaryrefslogtreecommitdiff
path: root/package/libX11
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-01-09 09:07:35 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-01-09 09:07:44 +0100
commit30bf7288070984e784dbef3f5511dada97102099 (patch)
treef13140b00bfe27c778b69b9046701500fa8d8496 /package/libX11
parent72592dc62c0de0c4c55b889e1a2e2958ceae23d6 (diff)
fix openjdk8 build for rb532
Diffstat (limited to 'package/libX11')
-rw-r--r--package/libX11/Makefile1
-rw-r--r--package/libX11/patches/patch-src_util_Makefile_in13
2 files changed, 14 insertions, 0 deletions
diff --git a/package/libX11/Makefile b/package/libX11/Makefile
index 26a172f7c..b90f52885 100644
--- a/package/libX11/Makefile
+++ b/package/libX11/Makefile
@@ -26,6 +26,7 @@ include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call HOST_template,LIBX11,libx11,$(PKG_VERSION)-${PKG_RELEASE}))
$(eval $(call PKG_template,LIBX11,libx11,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
+XAKE_FLAGS+= V=1
CONFIGURE_ARGS+= --enable-xlocale \
--disable-specs \
--disable-xf86bigfont \
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