2011-06-26 14:46:06 +02:00
|
|
|
$NetBSD: patch-ab,v 1.3 2011/06/26 12:46:06 obache Exp $
|
2006-12-23 14:59:57 +01:00
|
|
|
|
2011-06-26 14:46:06 +02:00
|
|
|
* force to use PKGLOCALEDIR for localedir.
|
|
|
|
|
|
|
|
--- configure.orig 2010-09-28 14:13:33.000000000 +0000
|
2007-04-11 20:26:27 +02:00
|
|
|
+++ configure
|
2011-06-26 14:46:06 +02:00
|
|
|
@@ -18013,6 +18013,7 @@ if test "x$CATOBJEXT" = "x.mo" ; then
|
2006-12-23 14:59:57 +01:00
|
|
|
else
|
|
|
|
localedir=`eval echo "${datadir}/locale"`
|
|
|
|
fi
|
|
|
|
+localedir="$prefix/$PKGLOCALEDIR/locale"
|
|
|
|
prefix="$glib_save_prefix"
|
|
|
|
exec_prefix="$glib_save_exec_prefix"
|
2007-04-11 20:26:27 +02:00
|
|
|
datarootdir="$glib_save_datarootdir"
|