diff options
author | wiz <wiz> | 2000-12-28 02:32:15 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-12-28 02:32:15 +0000 |
commit | de6811b226ccee261024e2f4f425d9c794a494ec (patch) | |
tree | 5685a687e7e6d9e43c36aa7829fab8ba78d5851a /sysutils/pcvt-utils | |
parent | 50e05e14f5e5a4b7522f215a22143bfa2fa216ca (diff) | |
download | pkgsrc-de6811b226ccee261024e2f4f425d9c794a494ec.tar.gz |
Fix compilation on alpha.
Diffstat (limited to 'sysutils/pcvt-utils')
-rw-r--r-- | sysutils/pcvt-utils/files/patch-sum | 3 | ||||
-rw-r--r-- | sysutils/pcvt-utils/patches/patch-af | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/sysutils/pcvt-utils/files/patch-sum b/sysutils/pcvt-utils/files/patch-sum index c4fa64dc9c3..d3beb102004 100644 --- a/sysutils/pcvt-utils/files/patch-sum +++ b/sysutils/pcvt-utils/files/patch-sum @@ -1,7 +1,8 @@ -$NetBSD: patch-sum,v 1.1.1.1 2000/12/04 13:38:25 hubertf Exp $ +$NetBSD: patch-sum,v 1.2 2000/12/28 02:32:15 wiz Exp $ MD5 (patch-aa) = fb430666b09cab6c5d7a755ef2e53316 MD5 (patch-ab) = 09480c5d23aaf4fd8edb718328e1dd89 MD5 (patch-ac) = 6f98fed085ad06799120d23440c7855e MD5 (patch-ad) = 8a9a190f032b1c750c42f0db91db1733 MD5 (patch-ae) = 01c23580c8fd37d453559d6d6502e1c9 +MD5 (patch-af) = 64e4c5fa6fb4b32c03ddc0fe19e1c4d3 diff --git a/sysutils/pcvt-utils/patches/patch-af b/sysutils/pcvt-utils/patches/patch-af new file mode 100644 index 00000000000..62f4488a128 --- /dev/null +++ b/sysutils/pcvt-utils/patches/patch-af @@ -0,0 +1,12 @@ +$NetBSD: patch-af,v 1.1 2000/12/28 02:32:16 wiz Exp $ + +--- demo/playvt.c.orig Sat Nov 1 07:49:36 1997 ++++ demo/playvt.c +@@ -42,6 +42,7 @@ + *---------------------------------------------------------------------------*/ + + #include <stdio.h> ++#include <string.h> + #include <unistd.h> + + main(argc,argv) |