diff options
author | reed <reed> | 2004-02-07 00:41:02 +0000 |
---|---|---|
committer | reed <reed> | 2004-02-07 00:41:02 +0000 |
commit | 02c326013ee530af1bdf6a7e0aea846c112c12d6 (patch) | |
tree | 3f5a4f54d0de05585d683655ee7242db18ea6181 /www/epiphany/patches | |
parent | 318d8617bd8fecfccde6d3399d6c55646a573489 (diff) | |
download | pkgsrc-02c326013ee530af1bdf6a7e0aea846c112c12d6.tar.gz |
Back out my change for the mkdir() fix. It made it so the
favicons would not be cached and epiphany would hang. Sorry.
It hasn't been long so I decreased my PKGREVISION bump.
jmmv@ suggested that adding a wrapper around mkdir(2).
Diffstat (limited to 'www/epiphany/patches')
-rw-r--r-- | www/epiphany/patches/patch-ab | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www/epiphany/patches/patch-ab b/www/epiphany/patches/patch-ab deleted file mode 100644 index 2275240ed6a..00000000000 --- a/www/epiphany/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2004/02/06 23:53:21 reed Exp $ - ---- embed/ephy-favicon-cache.c.orig Fri Feb 6 14:55:43 2004 -+++ embed/ephy-favicon-cache.c Fri Feb 6 14:56:08 2004 -@@ -263,7 +263,7 @@ - NULL); - - cache->priv->directory = g_build_filename (ephy_dot_dir (), -- "favicon_cache/", -+ "favicon_cache", - NULL); - - if (g_file_test (cache->priv->directory, G_FILE_TEST_IS_DIR) == FALSE) |