pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/dact Also include <sys/types.h> in case neit...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24a6d1ade477
branches:  trunk
changeset: 488059:24a6d1ade477
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Jan 24 16:22:51 2005 +0000

description:
Also include <sys/types.h> in case neither <stdint.h> nor <inttypes.h> exist.
Fixes build on Interix.

diffstat:

 archivers/dact/distinfo         |   3 ++-
 archivers/dact/patches/patch-ab |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 317e1f4b1534 -r 24a6d1ade477 archivers/dact/distinfo
--- a/archivers/dact/distinfo   Mon Jan 24 15:39:15 2005 +0000
+++ b/archivers/dact/distinfo   Mon Jan 24 16:22:51 2005 +0000
@@ -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 -r 317e1f4b1534 -r 24a6d1ade477 archivers/dact/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/dact/patches/patch-ab   Mon Jan 24 16:22:51 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index