summaryrefslogtreecommitdiff
path: root/misc/yelp/patches
diff options
context:
space:
mode:
authordrochner <drochner>2008-04-15 18:27:48 +0000
committerdrochner <drochner>2008-04-15 18:27:48 +0000
commitc9f46d15cffaf6277e431af575d6f609c5541adb (patch)
tree5a92958e385006477bcedf5e6bcda80850e979af /misc/yelp/patches
parentb17a4109dbc75e1600e16fb35dc54269c0c94fee (diff)
downloadpkgsrc-c9f46d15cffaf6277e431af575d6f609c5541adb.tar.gz
update to 2.22.1
This switches to the gnome-2.22 release branch.
Diffstat (limited to 'misc/yelp/patches')
-rw-r--r--misc/yelp/patches/patch-ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/misc/yelp/patches/patch-ac b/misc/yelp/patches/patch-ac
deleted file mode 100644
index 47cfe676609..00000000000
--- a/misc/yelp/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2007/11/03 16:25:52 drochner Exp $
-
---- ./src/yelp-window.c.orig 2007-09-29 21:20:58.000000000 +0200
-+++ ./src/yelp-window.c
-@@ -1584,7 +1584,7 @@ window_do_load_html (YelpWindow *wind
- goto done;
- }
-
-- base_uri = g_filename_to_uri (real_uri, NULL, NULL);
-+ base_uri = g_filename_to_uri (uri, NULL, NULL);
- if (frag_id) {
- real_uri = g_strconcat (base_uri, "#", frag_id);
- g_free (base_uri);