diff options
author | wiz <wiz@pkgsrc.org> | 2002-03-21 13:04:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-03-21 13:04:15 +0000 |
commit | 96945557ebd0d30b6121386fe030761a2576a0fd (patch) | |
tree | 4078ff29c9702c353889938c227a4bb50f6a6d63 /net | |
parent | 780ce0507085787a9bde2d0d20ed2fd343fa4a5c (diff) | |
download | pkgsrc-96945557ebd0d30b6121386fe030761a2576a0fd.tar.gz |
Fix compilation on 1.4.x. Closes pkg/15974.
Diffstat (limited to 'net')
-rw-r--r-- | net/pchar/distinfo | 3 | ||||
-rw-r--r-- | net/pchar/patches/patch-aa | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/net/pchar/distinfo b/net/pchar/distinfo index c9b7dd2499e..2b78efd9280 100644 --- a/net/pchar/distinfo +++ b/net/pchar/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.4 2001/06/13 19:18:24 soren Exp $ +$NetBSD: distinfo,v 1.5 2002/03/21 13:04:15 wiz Exp $ SHA1 (pchar-1.4.tar.gz) = ade7290a25e36a01888a2e17ef93b92baeb984db Size (pchar-1.4.tar.gz) = 117905 bytes +SHA1 (patch-aa) = f570ee77f4f29b84ba77784d5bafacf1ed252ea6 diff --git a/net/pchar/patches/patch-aa b/net/pchar/patches/patch-aa new file mode 100644 index 00000000000..b73d8c04d89 --- /dev/null +++ b/net/pchar/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.7 2002/03/21 13:04:16 wiz Exp $ + +--- GetIfInfo.h.orig Wed May 10 22:54:05 2000 ++++ GetIfInfo.h +@@ -5,6 +5,7 @@ + #ifndef GETIFINFO_H + #define GETIFINFO_H + ++#include <inttypes.h> + #include "Pctest.h" + + class GetIfInfo |