diff options
Diffstat (limited to 'www/libgtkhtml/files')
-rw-r--r-- | www/libgtkhtml/files/patch-aa | 11 | ||||
-rw-r--r-- | www/libgtkhtml/files/patch-ad | 11 |
2 files changed, 0 insertions, 22 deletions
diff --git a/www/libgtkhtml/files/patch-aa b/www/libgtkhtml/files/patch-aa deleted file mode 100644 index bc5a4bc0ed29..000000000000 --- a/www/libgtkhtml/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Fri Jun 2 09:18:22 2000 -+++ Makefile.in Fri Jun 2 14:04:24 2000 -@@ -107,7 +107,7 @@ - @BONOBO_TRUE@DIR_COMPONENTS = components - @BONOBO_FALSE@DIR_COMPONENTS = - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = gtkhtmlConf.sh - - EXTRA_DIST = html-component.gnorba gtkhtmlConf.sh.in gtkhtml.spec.in gtkhtml.spec diff --git a/www/libgtkhtml/files/patch-ad b/www/libgtkhtml/files/patch-ad deleted file mode 100644 index 5bf95839374c..000000000000 --- a/www/libgtkhtml/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gtkhtml.c.orig Thu Aug 10 14:54:13 2000 -+++ src/gtkhtml.c Mon Aug 14 12:52:42 2000 -@@ -2331,7 +2331,7 @@ - - if (strcmp (klass->properties->keybindings_theme, "custom")) { - base = g_strconcat ("keybindingsrc.", klass->properties->keybindings_theme, NULL); -- rcfile = g_concat_dir_and_file (PREFIX "/share/gtkhtml", base); -+ rcfile = g_concat_dir_and_file (PREFIX "/share/gnome/gtkhtml", base); - g_free (base); - } else { - rcfile = g_strconcat (gnome_util_user_home (), "/.gnome/gtkhtml-bindings-custom", NULL); |