diff options
Diffstat (limited to 'chat/licq-core/patches/patch-po_Makefile.in.in')
-rw-r--r-- | chat/licq-core/patches/patch-po_Makefile.in.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/licq-core/patches/patch-po_Makefile.in.in b/chat/licq-core/patches/patch-po_Makefile.in.in new file mode 100644 index 00000000000..21abf836a8d --- /dev/null +++ b/chat/licq-core/patches/patch-po_Makefile.in.in @@ -0,0 +1,13 @@ +$NetBSD: patch-po_Makefile.in.in,v 1.1 2012/02/16 15:26:41 hans Exp $ + +--- po/Makefile.in.in.orig 2006-10-10 22:24:32.000000000 +0200 ++++ po/Makefile.in.in 2012-01-21 01:47:11.557142803 +0100 +@@ -25,7 +25,7 @@ prefix = @prefix@ + exec_prefix = @exec_prefix@ + datarootdir = @datarootdir@ + datadir = @datadir@ +-localedir = $(datadir)/locale ++localedir = @localedir@ + gettextsrcdir = $(datadir)/gettext/po + + INSTALL = @INSTALL@ |