pkgsrc/misc/yelp/patches/patch-ab

15 lines
434 B
Text
Raw Normal View History

$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"