diff options
author | tron <tron@pkgsrc.org> | 2001-03-03 18:49:14 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-03-03 18:49:14 +0000 |
commit | 4ba7e46e2db9afc6f529ec1ce072d7829ca4ee31 (patch) | |
tree | 0f0d3f49283fdf0f562c8ebabd306a826c23ab65 /www/gtkhtml | |
parent | 7df0a51b61fde8b841479fce110769548f12fa85 (diff) | |
download | pkgsrc-4ba7e46e2db9afc6f529ec1ce072d7829ca4ee31.tar.gz |
Fix build problem in conjuction with latest "libtool".
Diffstat (limited to 'www/gtkhtml')
-rw-r--r-- | www/gtkhtml/files/patch-sum | 3 | ||||
-rw-r--r-- | www/gtkhtml/patches/patch-ab | 13 |
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) + + |