summaryrefslogtreecommitdiff
path: root/games/xmoto/patches/localedir.diff
diff options
context:
space:
mode:
Diffstat (limited to 'games/xmoto/patches/localedir.diff')
-rw-r--r--games/xmoto/patches/localedir.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/xmoto/patches/localedir.diff b/games/xmoto/patches/localedir.diff
new file mode 100644
index 0000000000..238e1de4a5
--- /dev/null
+++ b/games/xmoto/patches/localedir.diff
@@ -0,0 +1,12 @@
+diff -Naur xmoto-0.5.0.orig/po/Makefile.in.in xmoto-0.5.0/po/Makefile.in.in
+--- xmoto-0.5.0.orig/po/Makefile.in.in 2008-11-23 09:32:28.000000000 +0000
++++ xmoto-0.5.0/po/Makefile.in.in 2009-03-30 20:44:01.000000000 +0000
+@@ -26,7 +26,7 @@
+ datarootdir = @datarootdir@
+ datadir = @datadir@
+ localedir = @localedir@
+-gettextsrcdir = $(datadir)/gettext/po
++gettextsrcdir = @localedir@/gettext/po
+
+ INSTALL = @INSTALL@
+ INSTALL_DATA = @INSTALL_DATA@