From bb6363122d68f03d92ea4c56d104c45c85d5e726 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 7 Nov 2005 20:16:56 +0000 Subject: Only include if HAVE_INTTYPES_H. --- editors/hexedit/distinfo | 4 ++-- editors/hexedit/patches/patch-ae | 10 ++++++---- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'editors/hexedit') diff --git a/editors/hexedit/distinfo b/editors/hexedit/distinfo index fb026800601..c6c39959676 100644 --- a/editors/hexedit/distinfo +++ b/editors/hexedit/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2005/02/23 17:15:11 agc Exp $ +$NetBSD: distinfo,v 1.8 2005/11/07 20:16:56 tv Exp $ SHA1 (hexedit-1.2.10.src.tgz) = 91ddc20587da85f5d4c33e97bae73453d19ed788 RMD160 (hexedit-1.2.10.src.tgz) = e46f19b0d91de3c833d02083db9e12b8f3a4eaac Size (hexedit-1.2.10.src.tgz) = 61566 bytes SHA1 (patch-ac) = 969c8f19692e63eb817f917f35b8ff871e689ed9 -SHA1 (patch-ae) = 182659941237f13c23c7bfb48527000504da33de +SHA1 (patch-ae) = 49627dd5704fb9cd7b6ac08d01d3324ff2d2babd diff --git a/editors/hexedit/patches/patch-ae b/editors/hexedit/patches/patch-ae index b1896648f6c..6d272313d0a 100644 --- a/editors/hexedit/patches/patch-ae +++ b/editors/hexedit/patches/patch-ae @@ -1,16 +1,18 @@ -$NetBSD: patch-ae,v 1.3 2004/08/03 12:12:54 adam Exp $ +$NetBSD: patch-ae,v 1.4 2005/11/07 20:16:56 tv Exp $ ---- hexedit.h.orig 2004-05-07 15:26:43.000000000 +0000 +--- hexedit.h.orig 2004-05-07 11:26:43.000000000 -0400 +++ hexedit.h -@@ -2,6 +2,7 @@ +@@ -2,6 +2,9 @@ #define HEXEDIT_H #include "config.h" ++#if HAVE_INTTYPES_H +#include ++#endif #include #include #include -@@ -24,6 +25,7 @@ +@@ -24,6 +27,7 @@ #include #endif #if HAVE_SYS_MOUNT_H -- cgit v1.2.3