diff options
author | rh <rh@pkgsrc.org> | 2000-11-23 14:01:52 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-11-23 14:01:52 +0000 |
commit | 5a4edd7baf305638271f9e3df89614760a824600 (patch) | |
tree | 683e001f4bcdae84d727518dcbb76df043145eaf /print/gnome-print/patches | |
parent | 1a41dbff49ca9d6a966695587f54fdf7c246d7aa (diff) | |
download | pkgsrc-5a4edd7baf305638271f9e3df89614760a824600.tar.gz |
Undo accidential commit of gnome-print.
Diffstat (limited to 'print/gnome-print/patches')
-rw-r--r-- | print/gnome-print/patches/patch-aa | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/print/gnome-print/patches/patch-aa b/print/gnome-print/patches/patch-aa new file mode 100644 index 00000000000..c3efabe3d97 --- /dev/null +++ b/print/gnome-print/patches/patch-aa @@ -0,0 +1,23 @@ +$NetBSD: patch-aa,v 1.11 2000/11/23 14:01:53 rh Exp $ + +--- configure.orig Thu Sep 28 01:05:51 2000 ++++ configure +@@ -2906,7 +2906,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lxml `$GNOME_CONFIG --libs xml` $LIBS" ++LIBS="`xml-config --libs` ${LIBS}" + cat > conftest.$ac_ext <<EOF + #line 2912 "configure" + #include "confdefs.h" +@@ -2936,7 +2936,8 @@ + echo "$ac_t""yes" 1>&6 + + +- 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 |