From 914dc1c8298e41b73dfa15a79a6a601fbac724fc Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 12 Jan 2013 18:08:47 +0100 Subject: [PATCH] libX11: add patch to support automake-1.13 Signed-off-by: Stephan Raue --- .../libX11-1.5.0-disable_nls_tests.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 packages/x11/lib/libX11/patches/libX11-1.5.0-disable_nls_tests.patch diff --git a/packages/x11/lib/libX11/patches/libX11-1.5.0-disable_nls_tests.patch b/packages/x11/lib/libX11/patches/libX11-1.5.0-disable_nls_tests.patch new file mode 100644 index 0000000000..a3217eed44 --- /dev/null +++ b/packages/x11/lib/libX11/patches/libX11-1.5.0-disable_nls_tests.patch @@ -0,0 +1,18 @@ +diff -Naur libX11-1.5.0-old/nls/Makefile.am libX11-1.5.0-new/nls/Makefile.am +--- libX11-1.5.0-old/nls/Makefile.am 2012-06-01 23:37:18.000000000 -0700 ++++ libX11-1.5.0-new/nls/Makefile.am 2012-12-29 04:47:12.000000000 -0800 +@@ -36,10 +36,10 @@ + < locale.dir.l1 > locale.dir.l2 + cat locale.dir.l2 locale.dir.l1 > locale.dir + +-if HAVE_PERL +-TESTS_ENVIRONMENT = $(PERL) +-TESTS = $(srcdir)/compose-check.pl +-endif HAVE_PERL ++# if HAVE_PERL ++# TESTS_ENVIRONMENT = $(PERL) ++# TESTS = $(srcdir)/compose-check.pl ++# endif HAVE_PERL + + + # Per-locale data files