summaryrefslogtreecommitdiffstats
path: root/www/gtkhtml38
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-04-16 14:03:26 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-04-16 14:03:26 +0800
commitac07c44b93ac5613fae425c6f1a1f8cb711ceb06 (patch)
tree64b8d2ac3197082addaf9b9a56c38aa357994c60 /www/gtkhtml38
parent427793335c1469f6935beabd950f28b534108459 (diff)
downloadmarcuscom-ports-ac07c44b93ac5613fae425c6f1a1f8cb711ceb06.tar
marcuscom-ports-ac07c44b93ac5613fae425c6f1a1f8cb711ceb06.tar.gz
marcuscom-ports-ac07c44b93ac5613fae425c6f1a1f8cb711ceb06.tar.bz2
marcuscom-ports-ac07c44b93ac5613fae425c6f1a1f8cb711ceb06.tar.lz
marcuscom-ports-ac07c44b93ac5613fae425c6f1a1f8cb711ceb06.tar.xz
marcuscom-ports-ac07c44b93ac5613fae425c6f1a1f8cb711ceb06.tar.zst
marcuscom-ports-ac07c44b93ac5613fae425c6f1a1f8cb711ceb06.zip
Add two patches forgotten in the last commit.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@659 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/gtkhtml38')
-rw-r--r--www/gtkhtml38/files/patch-components_html-editor_Makefile.in11
-rw-r--r--www/gtkhtml38/files/patch-src_gtkhtml.c11
2 files changed, 22 insertions, 0 deletions
diff --git a/www/gtkhtml38/files/patch-components_html-editor_Makefile.in b/www/gtkhtml38/files/patch-components_html-editor_Makefile.in
new file mode 100644
index 000000000..5166f3030
--- /dev/null
+++ b/www/gtkhtml38/files/patch-components_html-editor_Makefile.in
@@ -0,0 +1,11 @@
+--- components/html-editor/Makefile.in.orig Wed Apr 16 01:54:00 2003
++++ components/html-editor/Makefile.in Wed Apr 16 01:54:23 2003
+@@ -178,7 +178,7 @@
+ libgnome_gtkhtml_editor_3_0_la_SOURCES = editor-control-shlib.c
+
+
+-libgnome_gtkhtml_editor_3_0_la_LDFLAGS = -avoid-version -no-undefined
++libgnome_gtkhtml_editor_3_0_la_LDFLAGS = -avoid-version -module -no-undefined
+
+
+ libgnome_gtkhtml_editor_3_0_la_LIBADD = $(LDADD) libgnome-gtkhtml-editor.la
diff --git a/www/gtkhtml38/files/patch-src_gtkhtml.c b/www/gtkhtml38/files/patch-src_gtkhtml.c
new file mode 100644
index 000000000..1747affa3
--- /dev/null
+++ b/www/gtkhtml38/files/patch-src_gtkhtml.c
@@ -0,0 +1,11 @@
+--- src/gtkhtml.c.orig Wed Apr 16 01:52:24 2003
++++ src/gtkhtml.c Wed Apr 16 01:52:35 2003
+@@ -2677,7 +2677,7 @@
+ add_bindings (klass);
+ gtk_html_accessibility_init ();
+
+- gtk_rc_parse (PREFIX "/share/gtkhtml-" GTKHTML_RELEASE "/keybindingsrc.emacs");
++ gtk_rc_parse (PREFIX "/share/gnome/gtkhtml-" GTKHTML_RELEASE "/keybindingsrc.emacs");
+ html_class->emacs_bindings = gtk_binding_set_find ("gtkhtml-bindings-emacs");
+ read_key_theme (html_class);
+ gconf_client_notify_add (gconf_client_get_default (), "/desktop/gnome/interface/gtk_key_theme",