diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-31 19:50:22 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-31 19:50:22 +0000 |
commit | 11095b125238c931f7b42cd8764dd78f67452d4c (patch) | |
tree | 41702b96930f337e8a1cae938829ad3b1b502f5b /x11/xfree86_xkb_xml/files | |
parent | 550e82929f829ac1e2fcf13335ccf7f066ba6871 (diff) | |
download | FreeBSD-ports-11095b125238c931f7b42cd8764dd78f67452d4c.zip FreeBSD-ports-11095b125238c931f7b42cd8764dd78f67452d4c.tar.gz |
Fix the build on -STABLE.
Reported by: bento via kris
Diffstat (limited to 'x11/xfree86_xkb_xml/files')
-rw-r--r-- | x11/xfree86_xkb_xml/files/patch-intltool-merge.in | 11 |
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 0000000..9395591 --- /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)); |