summaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-12-06 08:18:34 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-12-06 08:18:34 +0000
commit183f59c0d07d48906bd7d3e9fd6c2e40c9c35605 (patch)
tree788f4789cd55fc9ddc63fae3dd53bbb97e00516d /accessibility
parent- Update to 1.3.4 (diff)
Fix build on -STABLE.
Reported by: Randy Bush <randy@psg.com>
Notes
Notes: svn path=/head/; revision=95180
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/at-spi/files/patch-intltool-merge.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/accessibility/at-spi/files/patch-intltool-merge.in b/accessibility/at-spi/files/patch-intltool-merge.in
new file mode 100644
index 000000000000..54c8a233119d
--- /dev/null
+++ b/accessibility/at-spi/files/patch-intltool-merge.in
@@ -0,0 +1,11 @@
+--- intltool-merge.in.orig Wed Nov 12 15:29:28 2003
++++ intltool-merge.in Wed Nov 12 15:31:54 2003
+@@ -858,7 +858,7 @@
+ if ($MULTIPLE_OUTPUT) {
+ for my $lang (sort keys %po_files_by_lang) {
+ if ( ! -e $lang ) {
+- mkdir $lang or die "Cannot create subdirectory $lang: $!\n";
++ mkdir $lang, 0777 or die "Cannot create subdirectory $lang: $!\n";
+ }
+ open OUTPUT, ">$lang/$OUTFILE" or die "Cannot open $lang/$OUTFILE: $!\n";
+ my $tree = readXml($FILE);