summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortron <tron>2001-03-03 18:49:14 +0000
committertron <tron>2001-03-03 18:49:14 +0000
commit156061a861fde5fdd34a1611e1d69a5d528e37e7 (patch)
tree0f0d3f49283fdf0f562c8ebabd306a826c23ab65 /www
parentef9a4b96ff455a16c3dd82a77e9daab1203f89bf (diff)
downloadpkgsrc-156061a861fde5fdd34a1611e1d69a5d528e37e7.tar.gz
Fix build problem in conjuction with latest "libtool".
Diffstat (limited to 'www')
-rw-r--r--www/gtkhtml/files/patch-sum3
-rw-r--r--www/gtkhtml/patches/patch-ab13
2 files changed, 15 insertions, 1 deletions
diff --git a/www/gtkhtml/files/patch-sum b/www/gtkhtml/files/patch-sum
index 2b9ded49f14..51ee12be790 100644
--- a/www/gtkhtml/files/patch-sum
+++ b/www/gtkhtml/files/patch-sum
@@ -1,3 +1,4 @@
-$NetBSD: patch-sum,v 1.2 2000/12/31 14:04:44 rh Exp $
+$NetBSD: patch-sum,v 1.3 2001/03/03 18:49:14 tron Exp $
MD5 (patch-aa) = d8188d2f33ba6c2dd29a2f1114dc4b96
+MD5 (patch-ab) = 09560754278f39ed97c4219ca4734e42
diff --git a/www/gtkhtml/patches/patch-ab b/www/gtkhtml/patches/patch-ab
new file mode 100644
index 00000000000..9c55a7530d3
--- /dev/null
+++ b/www/gtkhtml/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2001/03/03 18:49:15 tron Exp $
+
+--- src/Makefile.in.orig Thu Dec 14 20:37:44 2000
++++ src/Makefile.in Sat Mar 3 19:42:49 2001
+@@ -161,7 +161,7 @@
+
+
+ testgtkhtml_CFLAGS = $(GLIBWWW_CFLAGS)
+-testgtkhtml_LDFLAGS = -static
++testgtkhtml_LDFLAGS =
+ testgtkhtml_LDADD = libgtkhtml.la $(GNOMEUI_LIBS) $(GNOME_LIBDIR) $(EXTRA_GNOME_LIBS) $(GLIBWWW_LIBS) $(GCONF_LIBS)
+
+