summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-01-24 16:22:51 +0000
committertv <tv@pkgsrc.org>2005-01-24 16:22:51 +0000
commit27336adf1c675fd75475351de6b7f627a9a4b6c1 (patch)
tree0b9648738ac0f0e2e99edeee309cc95a3f34b5a2 /archivers
parent240250eba8d09abd18fc2037c542678c4bde6dc2 (diff)
downloadpkgsrc-27336adf1c675fd75475351de6b7f627a9a4b6c1.tar.gz
Also include <sys/types.h> in case neither <stdint.h> nor <inttypes.h> exist.
Fixes build on Interix.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/dact/distinfo3
-rw-r--r--archivers/dact/patches/patch-ab12
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