pkgsrc/misc/yelp/patches/patch-ab
obache 145580aa94 Add xulrunner-2 support patches.
taken from OpenSUSE and Gentoo repository.

Bump PKGREVISION, because not bumped at xulrunner updated to 2.0.
2011-06-26 12:46:06 +00:00

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"