summaryrefslogtreecommitdiff
path: root/x11/xkeyboard-config/files
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xkeyboard-config/files')
-rw-r--r--x11/xkeyboard-config/files/patch-configure11
-rw-r--r--x11/xkeyboard-config/files/patch-intltool-merge.in11
2 files changed, 11 insertions, 11 deletions
diff --git a/x11/xkeyboard-config/files/patch-configure b/x11/xkeyboard-config/files/patch-configure
new file mode 100644
index 000000000000..c7d7ce26efb3
--- /dev/null
+++ b/x11/xkeyboard-config/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig 2008-02-08 23:52:05.000000000 -0500
++++ configure 2008-02-08 23:52:12.000000000 -0500
+@@ -7456,7 +7456,7 @@ else
+ echo " Symbolic link(s) to legacy rules: $xkb_rules_symlink"
+ fi
+
+-if test "$enable_compat_rules" == "yes" ; then
++if test "$enable_compat_rules" = "yes" ; then
+ echo " Compatibility rules are included"
+ else
+ echo " Compatibility rules are not included"
diff --git a/x11/xkeyboard-config/files/patch-intltool-merge.in b/x11/xkeyboard-config/files/patch-intltool-merge.in
deleted file mode 100644
index 32de637e9f5a..000000000000
--- a/x11/xkeyboard-config/files/patch-intltool-merge.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- intltool-merge.in.orig 2007-12-03 07:58:17.000000000 +0900
-+++ intltool-merge.in 2007-12-03 08:00:47.000000000 +0900
-@@ -91,7 +91,7 @@
-
- my %po_files_by_lang = ();
- my %translations = ();
--my $iconv = $ENV{"ICONV"} || $ENV{"INTLTOOL_ICONV"} || "/usr/bin/iconv";
-+my $iconv = $ENV{"ICONV"} || $ENV{"INTLTOOL_ICONV"} || "@INTLTOOL_ICONV@";
-
- # Use this instead of \w for XML files to handle more possible characters.
- my $w = "[-A-Za-z0-9._:]";