diff options
Diffstat (limited to 'print/gnome-print/patches/patch-aa')
-rw-r--r-- | print/gnome-print/patches/patch-aa | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/print/gnome-print/patches/patch-aa b/print/gnome-print/patches/patch-aa index 16d10cf03cd..8f9fc65102e 100644 --- a/print/gnome-print/patches/patch-aa +++ b/print/gnome-print/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/07/31 19:13:08 rh Exp $ +$NetBSD: patch-aa,v 1.2 1999/09/08 16:13:08 rh Exp $ ---- configure.orig Fri Jul 9 07:51:54 1999 -+++ configure Fri Jul 30 19:17:22 1999 -@@ -1972,6 +1972,7 @@ +--- configure.orig Tue Sep 7 00:59:57 1999 ++++ configure Wed Sep 8 11:47:59 1999 +@@ -1976,6 +1976,7 @@ ac_tool_prefix= fi @@ -10,7 +10,7 @@ $NetBSD: patch-aa,v 1.1.1.1 1999/07/31 19:13:08 rh Exp $ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -2204,6 +2205,7 @@ +@@ -2208,6 +2209,7 @@ ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } @@ -18,27 +18,26 @@ $NetBSD: patch-aa,v 1.1.1.1 1999/07/31 19:13:08 rh Exp $ # Redirect the config.log output again, so that the ltconfig log is not # clobbered by the next message. -@@ -2894,7 +2896,7 @@ +@@ -2938,7 +2940,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" --LIBS="-lxml `gnome-config --libs xml` $LIBS" +-LIBS="-lxml `$GNOME_CONFIG --libs xml` $LIBS" +LIBS="-L${LOCALBASE}/lib -lxml -lz ${LIBS}" cat > conftest.$ac_ext <<EOF - #line 2900 "configure" + #line 2944 "configure" #include "confdefs.h" -@@ -2925,8 +2927,8 @@ +@@ -2969,7 +2971,8 @@ -- GNOME_XML_LIB=`gnome-config --libs xml` -- +- GNOME_XML_LIB=`$GNOME_CONFIG --libs xml` + GNOME_XML_LIB="-L${LOCALBASE}/lib -lxml -lz -lintl" + XGETTEXT="${LOCALBASE}/bin/xgettext" + else echo "$ac_t""no" 1>&6 - -@@ -4693,8 +4695,8 @@ +@@ -4735,8 +4738,8 @@ PRINT_LIBDIR='-L${libdir}' PRINT_INCLUDEDIR='-I${includedir}' @@ -49,7 +48,7 @@ $NetBSD: patch-aa,v 1.1.1.1 1999/07/31 19:13:08 rh Exp $ -@@ -5098,10 +5100,12 @@ +@@ -5143,10 +5146,12 @@ top_srcdir="$ac_dots$ac_given_srcdir" ;; esac |