diff options
author | dholland <dholland@pkgsrc.org> | 2011-09-29 07:05:51 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-09-29 07:05:51 +0000 |
commit | a01fd025c871fc24223ef408c8ca24d62e11280f (patch) | |
tree | 40c0040ef3b9fa868886ebb2d21b97f9dc410233 /x11/xneko | |
parent | c03d0a8466f9d6564c217c4dd4ddb36d6ff99bae (diff) | |
download | pkgsrc-a01fd025c871fc24223ef408c8ca24d62e11280f.tar.gz |
needs unistd.h
Diffstat (limited to 'x11/xneko')
-rw-r--r-- | x11/xneko/distinfo | 4 | ||||
-rw-r--r-- | x11/xneko/patches/patch-ab | 7 |
2 files changed, 6 insertions, 5 deletions
diff --git a/x11/xneko/distinfo b/x11/xneko/distinfo index 4eecbe6edb3..be364674771 100644 --- a/x11/xneko/distinfo +++ b/x11/xneko/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.8 2007/01/18 00:37:26 rillig Exp $ +$NetBSD: distinfo,v 1.9 2011/09/29 07:05:51 dholland Exp $ SHA1 (xneko.tar.gz) = f1eef2fcad823dce959489f7f6aecd0bcf8155c7 RMD160 (xneko.tar.gz) = 8876f0d72f525add21c1b716c02776a9b38b0a7e Size (xneko.tar.gz) = 21111 bytes SHA1 (patch-aa) = 7182275a529e62686fc95678d9617da4ba799c4e -SHA1 (patch-ab) = f668f3858cb46a26d0a0897bd76adbd224c7179c +SHA1 (patch-ab) = ed93533904fe017b7061dc18ab1a9674668b72dc diff --git a/x11/xneko/patches/patch-ab b/x11/xneko/patches/patch-ab index dfd6752497e..67b3ab9c274 100644 --- a/x11/xneko/patches/patch-ab +++ b/x11/xneko/patches/patch-ab @@ -1,18 +1,19 @@ -$NetBSD: patch-ab,v 1.3 2003/06/08 10:43:23 abs Exp $ +$NetBSD: patch-ab,v 1.4 2011/09/29 07:05:51 dholland Exp $ --- xneko.c.orig Tue Jun 1 02:46:10 1993 +++ xneko.c -@@ -139,6 +139,9 @@ static char sccsid[] = "@(#)xneko.c 8.1 +@@ -139,6 +139,10 @@ static char sccsid[] = "@(#)xneko.c 8.1 #include <stdio.h> +#include <stdlib.h> +#include <string.h> ++#include <unistd.h> + #include <signal.h> #include <math.h> #include <sys/time.h> -@@ -494,7 +497,7 @@ BitmapGCData BitmapGCDataTable[] = +@@ -494,7 +498,7 @@ BitmapGCData BitmapGCDataTable[] = &RightTogi1Xbm, rtogi1_bits, rtogi1_width, rtogi1_height }, { &RightTogi2GC, &RightTogi2Xbm, rtogi2_bits, rtogi2_width, rtogi2_height }, |