summaryrefslogtreecommitdiff
path: root/www/gtkhtml3/files
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-08-04 01:34:38 +0000
committerAde Lovett <ade@FreeBSD.org>2000-08-04 01:34:38 +0000
commit9594f3f8939f5178057c6a588135f0bab6d52511 (patch)
tree923d26a5ec2be934317cf261a38183917c93fe7a /www/gtkhtml3/files
parentgaspell needs textproc/aspell to build, as well as run (diff)
Extensive patchfile cleanups using sobomax's wonderful
post-extract rule
Notes
Notes: svn path=/head/; revision=31296
Diffstat (limited to 'www/gtkhtml3/files')
-rw-r--r--www/gtkhtml3/files/patch-ad14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/gtkhtml3/files/patch-ad b/www/gtkhtml3/files/patch-ad
new file mode 100644
index 000000000000..4ce5c2dc4b59
--- /dev/null
+++ b/www/gtkhtml3/files/patch-ad
@@ -0,0 +1,14 @@
+--- src/gtkhtml.c.orig Mon Jul 10 17:52:30 2000
++++ src/gtkhtml.c Wed Aug 2 15:38:46 2000
+@@ -1130,3 +1130,3 @@
+ if (gconf_is_initialized ()) {
+- gconf_client = gconf_client_new ();
++ gconf_client = gconf_client_get_default ();
+ if (!gconf_client)
+--- capplet/main.c.orig Mon Jun 19 16:33:41 2000
++++ capplet/main.c Wed Aug 2 15:40:19 2000
+@@ -197,3 +197,3 @@
+
+- client = gconf_client_new ();
++ client = gconf_client_get_default ();
+ gconf_client_add_dir(client, GTK_HTML_GCONF_DIR, GCONF_CLIENT_PRELOAD_NONE, NULL);