diff options
author | tv <tv@pkgsrc.org> | 2005-01-24 16:22:51 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-01-24 16:22:51 +0000 |
commit | f52f2049e7c9c1edc107e64abc77259070b77341 (patch) | |
tree | 0b9648738ac0f0e2e99edeee309cc95a3f34b5a2 /archivers/dact | |
parent | 864ac2a1289c9b890455ffac6644f2a2d554e23f (diff) | |
download | pkgsrc-f52f2049e7c9c1edc107e64abc77259070b77341.tar.gz |
Also include <sys/types.h> in case neither <stdint.h> nor <inttypes.h> exist.
Fixes build on Interix.
Diffstat (limited to 'archivers/dact')
-rw-r--r-- | archivers/dact/distinfo | 3 | ||||
-rw-r--r-- | archivers/dact/patches/patch-ab | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/archivers/dact/distinfo b/archivers/dact/distinfo index eebc3a8e77a..eda02686965 100644 --- a/archivers/dact/distinfo +++ b/archivers/dact/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.4 2005/01/21 02:48:21 tv Exp $ +$NetBSD: distinfo,v 1.5 2005/01/24 16:22:51 tv Exp $ SHA1 (dact-0.8.3.tar.gz) = 850aec889be4174e9f42a3314bf29b1fc5181090 Size (dact-0.8.3.tar.gz) = 84301 bytes SHA1 (patch-aa) = f0040ac3f13305a33943407759d52454dd6d7d37 +SHA1 (patch-ab) = 75235c19ea8fbfac87eebcbe88dd9273136c08c5 diff --git a/archivers/dact/patches/patch-ab b/archivers/dact/patches/patch-ab new file mode 100644 index 00000000000..ab59d2ba00c --- /dev/null +++ b/archivers/dact/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 2005/01/24 16:22:51 tv Exp $ + +--- dact.h.orig 2005-01-24 11:16:06.000000000 -0500 ++++ dact.h +@@ -80,6 +80,7 @@ + #include "strsep.h" + #endif + ++#include <sys/types.h> + #ifdef HAVE_STDINT_H + #include <stdint.h> + #endif |