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/patches | |
parent | 7df0a51b61fde8b841479fce110769548f12fa85 (diff) | |
download | pkgsrc-4ba7e46e2db9afc6f529ec1ce072d7829ca4ee31.tar.gz |
Fix build problem in conjuction with latest "libtool".
Diffstat (limited to 'www/gtkhtml/patches')
-rw-r--r-- | www/gtkhtml/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
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) + + |