summaryrefslogtreecommitdiff
path: root/x11/gnome-libs
diff options
context:
space:
mode:
authortron <tron>2001-10-12 13:29:39 +0000
committertron <tron>2001-10-12 13:29:39 +0000
commit243592216f0ca500d3074dc4c780c0cddb459d3d (patch)
tree825bbc62fe8f295e54f715025809fc21f3a53bce /x11/gnome-libs
parentcd013d504dc5ec014a2df42d84a3a84dda013284 (diff)
downloadpkgsrc-243592216f0ca500d3074dc4c780c0cddb459d3d.tar.gz
Fix a typo in the "configure" script which cause runtime library path
problems on systems which use "xpkwedge".
Diffstat (limited to 'x11/gnome-libs')
-rw-r--r--x11/gnome-libs/distinfo4
-rw-r--r--x11/gnome-libs/patches/patch-aa13
2 files changed, 13 insertions, 4 deletions
diff --git a/x11/gnome-libs/distinfo b/x11/gnome-libs/distinfo
index fccd858f950..20552c178b8 100644
--- a/x11/gnome-libs/distinfo
+++ b/x11/gnome-libs/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.7 2001/10/07 10:13:11 rh Exp $
+$NetBSD: distinfo,v 1.8 2001/10/12 13:29:39 tron Exp $
SHA1 (gnome-libs-1.4.1.2.tar.gz) = 90798f5d8ba6091ddd26236f12ecdb6797233d44
Size (gnome-libs-1.4.1.2.tar.gz) = 3748372 bytes
-SHA1 (patch-aa) = 5305588fe9b532369277d7a15e708510256658be
+SHA1 (patch-aa) = 2b71cc3127922ad28ee49c5acc648f15737d37d3
SHA1 (patch-ac) = ab679a82e30e97d08bfbedae1487c271ac13a407
SHA1 (patch-ad) = fff2bbe36ba7f0ed588cbaf2efc646909511ad03
SHA1 (patch-ae) = 98fe6bb0850778702bbe0b3d0a3810d551b7d695
diff --git a/x11/gnome-libs/patches/patch-aa b/x11/gnome-libs/patches/patch-aa
index e710caf1e5b..246dff0ba0c 100644
--- a/x11/gnome-libs/patches/patch-aa
+++ b/x11/gnome-libs/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.14 2001/10/07 10:13:11 rh Exp $
+$NetBSD: patch-aa,v 1.15 2001/10/12 13:29:40 tron Exp $
--- configure.orig Tue Aug 21 23:41:20 2001
-+++ configure
++++ configure Fri Oct 12 15:12:57 2001
@@ -3471,12 +3471,9 @@
@@ -30,6 +30,15 @@ $NetBSD: patch-aa,v 1.14 2001/10/07 10:13:11 rh Exp $
# AM_GNOME_GETTEXT above substs $DATADIRNAME
# this is the directory where the *.{mo,gmo} files are installed
+@@ -5415,7 +5417,7 @@
+ echo $ac_n "(cached) $ac_c" 1>&6
+ else
+
+- save_LDFLAGS="$LDFLAGBS"
++ save_LDFLAGS="$LDFLAGS"
+ LDFLAGS="$LDFLAGS `glib-config --libs gmodule`"
+ if test "$cross_compiling" = yes; then
+ ac_cv_gmodule=yes
@@ -10116,7 +10118,7 @@
GTKXMHTML_LIBS="-lgtkxmhtml $LIBGTKXMHTML_LIBS"
ZVT_LIBS="-lzvt $UTIL_LIBS $GTK_LIBS"