summaryrefslogtreecommitdiffstats
path: root/x11/gnome-libs/files/patch-ad
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-25 14:14:35 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-25 14:14:35 +0800
commit646c9252aed002ccc3371781d89f8de739e03c11 (patch)
tree2514aa89f6497000ab85a4246907864681074753 /x11/gnome-libs/files/patch-ad
parent575899836bb1dfe2cbb8dbab117fded9ae01d84e (diff)
downloadmarcuscom-ports-646c9252aed002ccc3371781d89f8de739e03c11.tar
marcuscom-ports-646c9252aed002ccc3371781d89f8de739e03c11.tar.gz
marcuscom-ports-646c9252aed002ccc3371781d89f8de739e03c11.tar.bz2
marcuscom-ports-646c9252aed002ccc3371781d89f8de739e03c11.tar.lz
marcuscom-ports-646c9252aed002ccc3371781d89f8de739e03c11.tar.xz
marcuscom-ports-646c9252aed002ccc3371781d89f8de739e03c11.tar.zst
marcuscom-ports-646c9252aed002ccc3371781d89f8de739e03c11.zip
USE_X_PREFIX -> USE_XLIB, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6790 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-libs/files/patch-ad')
-rw-r--r--x11/gnome-libs/files/patch-ad20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/gnome-libs/files/patch-ad b/x11/gnome-libs/files/patch-ad
new file mode 100644
index 000000000..32e656859
--- /dev/null
+++ b/x11/gnome-libs/files/patch-ad
@@ -0,0 +1,20 @@
+--- libgnome/gnome-help.c.orig Thu Apr 8 15:01:21 1999
++++ libgnome/gnome-help.c Mon Jul 12 10:29:11 1999
+@@ -69,7 +69,7 @@
+ lang= language_list->data;
+
+ buf= g_string_new (NULL);
+- g_string_sprintf (buf, "gnome/help/%s/%s/%s", app, lang, path);
++ g_string_sprintf (buf, "help/%s/%s/%s", app, lang, path);
+ res= (gchar *)gnome_unconditional_datadir_file (buf->str);
+ p = strrchr (res, '#');
+ if (p) {
+@@ -118,7 +118,7 @@
+ if (!res)
+ {
+ buf = g_string_new(NULL);
+- g_string_sprintf(buf, "gnome/help/%s/C/%s", app, path);
++ g_string_sprintf(buf, "help/%s/C/%s", app, path);
+ res = (gchar *)gnome_unconditional_datadir_file(buf->str);
+ g_string_free(buf, TRUE);
+ }