diff options
author | joerg <joerg@pkgsrc.org> | 2006-02-26 21:37:19 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-02-26 21:37:19 +0000 |
commit | c38d51f238f037c9754f2a089eb871f566ab43c8 (patch) | |
tree | 60b5273973630c61c1629c1dab18cfb44525ccc8 /graphics | |
parent | 3c497f3de338bc114f2f9461aca29c6919070c7f (diff) | |
download | pkgsrc-c38d51f238f037c9754f2a089eb871f566ab43c8.tar.gz |
Fix errno.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/feh/distinfo | 3 | ||||
-rw-r--r-- | graphics/feh/patches/patch-ae | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/graphics/feh/distinfo b/graphics/feh/distinfo index 15ff1c53bb0..8e6772c93c1 100644 --- a/graphics/feh/distinfo +++ b/graphics/feh/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.16 2005/08/02 14:47:38 drochner Exp $ +$NetBSD: distinfo,v 1.17 2006/02/26 21:37:19 joerg Exp $ SHA1 (feh-1.3.4.tar.gz) = cf02fd48325ba02467c7f791634a28e98edbe801 RMD160 (feh-1.3.4.tar.gz) = 7e27d31cf974b30fc321d4dbef2fd46fbd21d34c @@ -7,3 +7,4 @@ SHA1 (patch-aa) = 745c9ca77355a0beaacbe32bc33174e8dc057cbd SHA1 (patch-ab) = 1899f65deb3a5c3d9825b381298b752f0bec54cc SHA1 (patch-ac) = a0c76aebd0d38c990e12259d7ceb9e4d75920401 SHA1 (patch-ad) = 7a3a5a5a88ffa65942606501181e6e9c09af5a56 +SHA1 (patch-ae) = 45c0a837c53393597d0617ff64bdf7fbf5aaa814 diff --git a/graphics/feh/patches/patch-ae b/graphics/feh/patches/patch-ae new file mode 100644 index 00000000000..28d880d16e5 --- /dev/null +++ b/graphics/feh/patches/patch-ae @@ -0,0 +1,12 @@ +$NetBSD: patch-ae,v 1.1 2006/02/26 21:37:19 joerg Exp $ + +--- src/filelist.c.orig 2006-02-23 20:17:53.000000000 +0000 ++++ src/filelist.c +@@ -30,7 +30,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE + gib_list *filelist = NULL; + int filelist_len = 0; + gib_list *current_file = NULL; +-extern int errno; + + static gib_list *rm_filelist = NULL; + |