diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-16 14:03:26 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-16 14:03:26 +0800 |
commit | ac07c44b93ac5613fae425c6f1a1f8cb711ceb06 (patch) | |
tree | 64b8d2ac3197082addaf9b9a56c38aa357994c60 | |
parent | 427793335c1469f6935beabd950f28b534108459 (diff) | |
download | marcuscom-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
-rw-r--r-- | www/gtkhtml3/files/patch-components_html-editor_Makefile.in | 11 | ||||
-rw-r--r-- | www/gtkhtml3/files/patch-src_gtkhtml.c | 11 | ||||
-rw-r--r-- | www/gtkhtml38/files/patch-components_html-editor_Makefile.in | 11 | ||||
-rw-r--r-- | www/gtkhtml38/files/patch-src_gtkhtml.c | 11 |
4 files changed, 44 insertions, 0 deletions
diff --git a/www/gtkhtml3/files/patch-components_html-editor_Makefile.in b/www/gtkhtml3/files/patch-components_html-editor_Makefile.in new file mode 100644 index 000000000..5166f3030 --- /dev/null +++ b/www/gtkhtml3/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/gtkhtml3/files/patch-src_gtkhtml.c b/www/gtkhtml3/files/patch-src_gtkhtml.c new file mode 100644 index 000000000..1747affa3 --- /dev/null +++ b/www/gtkhtml3/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", 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", |