taken from OpenSUSE and Gentoo repository. Bump PKGREVISION, because not bumped at xulrunner updated to 2.0.
14 lines
434 B
Text
14 lines
434 B
Text
$NetBSD: patch-ab,v 1.3 2011/06/26 12:46:06 obache Exp $
|
|
|
|
* force to use PKGLOCALEDIR for localedir.
|
|
|
|
--- configure.orig 2010-09-28 14:13:33.000000000 +0000
|
|
+++ configure
|
|
@@ -18013,6 +18013,7 @@ if test "x$CATOBJEXT" = "x.mo" ; then
|
|
else
|
|
localedir=`eval echo "${datadir}/locale"`
|
|
fi
|
|
+localedir="$prefix/$PKGLOCALEDIR/locale"
|
|
prefix="$glib_save_prefix"
|
|
exec_prefix="$glib_save_exec_prefix"
|
|
datarootdir="$glib_save_datarootdir"
|