diff options
author | itohy <itohy@pkgsrc.org> | 1999-09-13 01:23:23 +0000 |
---|---|---|
committer | itohy <itohy@pkgsrc.org> | 1999-09-13 01:23:23 +0000 |
commit | d78b457344fac79ce6996b518aac301573117211 (patch) | |
tree | 8b314b68c4a95a55426aca68b5b9334c73e43a36 /x11/oneko | |
parent | db66a8030eeb542cdb534cdca943873ba51aae08 (diff) | |
download | pkgsrc-d78b457344fac79ce6996b518aac301573117211.tar.gz |
Add <stdlib.h> so that atof(3) should work correctly.
Diffstat (limited to 'x11/oneko')
-rw-r--r-- | x11/oneko/files/patch-sum | 3 | ||||
-rw-r--r-- | x11/oneko/patches/patch-ab | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/x11/oneko/files/patch-sum b/x11/oneko/files/patch-sum index 5e380449cc3..0293182804d 100644 --- a/x11/oneko/files/patch-sum +++ b/x11/oneko/files/patch-sum @@ -1,3 +1,4 @@ -$NetBSD: patch-sum,v 1.1.1.1 1999/09/10 00:39:25 tron Exp $ +$NetBSD: patch-sum,v 1.2 1999/09/13 01:23:23 itohy Exp $ MD5 (patch-aa) = 4d18f16a353291ee340478355aacbf27 +MD5 (patch-ab) = 358994dff275fb891a21798b72898b73 diff --git a/x11/oneko/patches/patch-ab b/x11/oneko/patches/patch-ab new file mode 100644 index 00000000000..677c213b8c5 --- /dev/null +++ b/x11/oneko/patches/patch-ab @@ -0,0 +1,14 @@ +$NetBSD: patch-ab,v 1.1 1999/09/13 01:23:24 itohy Exp $ + +--- oneko.h.orig Thu Oct 31 21:38:52 1991 ++++ oneko.h Sat Sep 11 19:34:29 1999 +@@ -17,6 +17,9 @@ + #include <signal.h> + #include <math.h> + #include <sys/time.h> ++#ifndef X_NOT_STDC_ENV ++#include <stdlib.h> ++#endif + + + /* |