diff options
author | jlam <jlam> | 2001-06-16 20:03:19 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-16 20:03:19 +0000 |
commit | 2195146a2b8ce9f7db80bf5f045795a8a67d2399 (patch) | |
tree | cd970c96004b183649af8ca0a8bacf15d95e2063 | |
parent | e5e1bcbbaac5e9a66f2138c8f3e21e1417e1bf3f (diff) | |
download | pkgsrc-2195146a2b8ce9f7db80bf5f045795a8a67d2399.tar.gz |
Really put locale files under ${PKGLOCALEDIR}, not only under share, and
refer to orbit-config as $ORBIT_CONFIG in the configure script.
-rw-r--r-- | x11/gnome-libs/patches/patch-aa | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/x11/gnome-libs/patches/patch-aa b/x11/gnome-libs/patches/patch-aa index 88ca94af06a..1974c717431 100644 --- a/x11/gnome-libs/patches/patch-aa +++ b/x11/gnome-libs/patches/patch-aa @@ -1,20 +1,20 @@ -$NetBSD: patch-aa,v 1.12 2000/10/17 23:57:45 jlam Exp $ +$NetBSD: patch-aa,v 1.13 2001/06/16 20:03:19 jlam Exp $ ---- configure.orig Wed Sep 27 17:34:13 2000 -+++ configure -@@ -5301,6 +5301,11 @@ +--- configure.orig Fri Mar 16 14:46:20 2001 ++++ configure Sat Jun 16 01:11:24 2001 +@@ -5312,6 +5312,11 @@ rm -f po/POTFILES sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \ < $srcdir/po/POTFILES.in > po/POTFILES + +# NetBSD: set DATADIRNAME to "share" -+DATADIRNAME="share" ++DATADIRNAME="${PKGLOCALEDIR}" +INTLDEPS= +INTLLIBS="-lintl" # AM_GNOME_GETTEXT above substs $DATADIRNAME # this is the directory where the *.{mo,gmo} files are installed -@@ -10265,7 +10270,7 @@ +@@ -10358,7 +10363,7 @@ GTKXMHTML_LIBS="-lgtkxmhtml $LIBGTKXMHTML_LIBS" ZVT_LIBS="-lzvt $UTIL_LIBS $GTK_LIBS" @@ -23,3 +23,14 @@ $NetBSD: patch-aa,v 1.12 2000/10/17 23:57:45 jlam Exp $ GNOME_INCLUDEDIR='-I${includedir} -DNEED_GNOMESUPPORT_H -I${pkglibdir}/include' GNOME_IDLDIR='-I${datadir}/idl' +@@ -10462,8 +10467,8 @@ + fi + if test x$gnome_cv_orbit_found = xyes; then + +- ORBIT_CFLAGS=`orbit-config --cflags client server` +- ORBIT_LIBS=`orbit-config --use-service=name --libs client server` ++ ORBIT_CFLAGS=`$ORBIT_CONFIG --cflags client server` ++ ORBIT_LIBS=`$ORBIT_CONFIG --use-service=name --libs client server` + + + else |