summaryrefslogtreecommitdiff
path: root/x11/xfree86_xkb_xml
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-31 19:50:22 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-31 19:50:22 +0000
commitd707be32abb080d2be773ab0da1faf61c09ea5e6 (patch)
treeaba5a32dac30002db746b2cf2de67cd3411aca36 /x11/xfree86_xkb_xml
parentUpdate lang/ruby16 to the latest snapshot as of 2003-10-15. (diff)
Fix the build on -STABLE.
Reported by: bento via kris
Notes
Notes: svn path=/head/; revision=92737
Diffstat (limited to 'x11/xfree86_xkb_xml')
-rw-r--r--x11/xfree86_xkb_xml/files/patch-intltool-merge.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/xfree86_xkb_xml/files/patch-intltool-merge.in b/x11/xfree86_xkb_xml/files/patch-intltool-merge.in
new file mode 100644
index 000000000000..9395591c8c46
--- /dev/null
+++ b/x11/xfree86_xkb_xml/files/patch-intltool-merge.in
@@ -0,0 +1,11 @@
+--- intltool-merge.in.orig Fri Oct 31 14:46:55 2003
++++ intltool-merge.in Fri Oct 31 14:47:27 2003
+@@ -381,7 +381,7 @@
+ {
+ my ($pre_encoded) = @_;
+
+- my @list_of_chars = unpack ('U*', $pre_encoded);
++ my @list_of_chars = unpack ('C*', $pre_encoded);
+
+ if ($PASS_THROUGH_ARG) {
+ return join ('', map (&entity_encode_int_even_high_bit, @list_of_chars));