summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authortv <tv>2005-11-07 20:16:56 +0000
committertv <tv>2005-11-07 20:16:56 +0000
commit857acad81523877d3b7f68051e343b91e1b0dfb4 (patch)
tree2c00efd0a31a631c5f03bb568a7aa9597e45114a /editors
parenta1f081870526e52d65276b7e44610e42a36ef3af (diff)
downloadpkgsrc-857acad81523877d3b7f68051e343b91e1b0dfb4.tar.gz
Only include <inttypes.h> if HAVE_INTTYPES_H.
Diffstat (limited to 'editors')
-rw-r--r--editors/hexedit/distinfo4
-rw-r--r--editors/hexedit/patches/patch-ae10
2 files changed, 8 insertions, 6 deletions
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 <inttypes.h>
++#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-@@ -24,6 +25,7 @@
+@@ -24,6 +27,7 @@
#include <libgen.h>
#endif
#if HAVE_SYS_MOUNT_H