Files
pkgsrc-ng/misc/yelp/patches/patch-ab
2013-09-26 17:14:40 +02:00

15 lines
434 B
Plaintext

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