diff options
author | wiz <wiz@pkgsrc.org> | 2003-08-10 07:56:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-08-10 07:56:54 +0000 |
commit | 398c6d481720672e6ea7bc7419025d727bd61e94 (patch) | |
tree | baeba7960a32d09c291f3d591b21e90e6d039dc6 /sysutils/aperture | |
parent | dfba081206bfdb8f4069e469b5c8af9e1d77caa6 (diff) | |
download | pkgsrc-398c6d481720672e6ea7bc7419025d727bd61e94.tar.gz |
Make build with gcc-3.3.1. From Sean Davis in PR 22420.
Diffstat (limited to 'sysutils/aperture')
-rw-r--r-- | sysutils/aperture/distinfo | 3 | ||||
-rw-r--r-- | sysutils/aperture/patches/patch-ag | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/sysutils/aperture/distinfo b/sysutils/aperture/distinfo index dbaa596df6a..1c148d84c97 100644 --- a/sysutils/aperture/distinfo +++ b/sysutils/aperture/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2003/03/19 17:56:38 jmmv Exp $ +$NetBSD: distinfo,v 1.8 2003/08/10 07:56:54 wiz Exp $ SHA1 (aperture-2.0nb4/apNetBSD.shar) = 66022d35f41df667bbc9ad86a8f2ded292e1098b Size (aperture-2.0nb4/apNetBSD.shar) = 66731 bytes @@ -8,3 +8,4 @@ SHA1 (patch-ac) = 676b2f426d6f9e725262342e0d7e9ac1c8418362 SHA1 (patch-ad) = ff298db28cf5d4ca0cfe42f4be28c8b1908c828e SHA1 (patch-ae) = b6ae1d888db3a0cbefd7088a7acf7ca881fdc767 SHA1 (patch-af) = 475c127658ba1050154a7dcabe39482c088e2d02 +SHA1 (patch-ag) = cc4d08404f5fcd4fc01b1c711984506408e930bc diff --git a/sysutils/aperture/patches/patch-ag b/sysutils/aperture/patches/patch-ag new file mode 100644 index 00000000000..e9385358229 --- /dev/null +++ b/sysutils/aperture/patches/patch-ag @@ -0,0 +1,12 @@ +$NetBSD: patch-ag,v 1.1 2003/08/10 07:56:55 wiz Exp $ + +--- xf86test/xf86test.c.orig Sun Aug 10 09:51:43 2003 ++++ xf86test/xf86test.c +@@ -36,6 +36,7 @@ + */ + + #include <stdio.h> ++#include <stdlib.h> + #include <sys/types.h> + #include <sys/mman.h> + #include <sys/stat.h> |