mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
libX11: add patch to support automake-1.13
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user