summaryrefslogtreecommitdiff
path: root/ham/dpbox
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2003-02-05 09:58:04 +0000
committeragc <agc@pkgsrc.org>2003-02-05 09:58:04 +0000
commitd37e2f85520a5479f6119d1a4c374c3a4d978ca1 (patch)
tree4b6adb4bb99fed65c48940aecab20ec220902523 /ham/dpbox
parentb2dad3eb2cbf24e13b8b4103e081a2ce05079899 (diff)
downloadpkgsrc-d37e2f85520a5479f6119d1a4c374c3a4d978ca1.tar.gz
Make this compile on -current
Diffstat (limited to 'ham/dpbox')
-rw-r--r--ham/dpbox/distinfo3
-rw-r--r--ham/dpbox/patches/patch-ae13
2 files changed, 15 insertions, 1 deletions
diff --git a/ham/dpbox/distinfo b/ham/dpbox/distinfo
index 805de65ca61..8ba78c7cc31 100644
--- a/ham/dpbox/distinfo
+++ b/ham/dpbox/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/04/18 13:47:17 agc Exp $
+$NetBSD: distinfo,v 1.3 2003/02/05 09:58:04 agc Exp $
SHA1 (dpbox-60000.tar.gz) = 73a55785f499324f57736c7fb3cc0bd1001facd3
Size (dpbox-60000.tar.gz) = 957010 bytes
@@ -6,3 +6,4 @@ SHA1 (patch-aa) = d7fd76585c7a9c012984e8a273b61a52cadb9534
SHA1 (patch-ab) = abeee7b86844c8937792ef09a938caf232574fb3
SHA1 (patch-ac) = faa4e5b32a31283e0ed7ed9730c026ccd5efffb4
SHA1 (patch-ad) = 589a69328b5959f81b86739a6e3c32f6d1d71ffe
+SHA1 (patch-ae) = 9c8ac68bb2102f19d2dea85dbe18197c7ad2b864
diff --git a/ham/dpbox/patches/patch-ae b/ham/dpbox/patches/patch-ae
new file mode 100644
index 00000000000..ec87591f4e1
--- /dev/null
+++ b/ham/dpbox/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2003/02/05 09:58:05 agc Exp $
+
+--- pastrix.h 2003/02/05 09:53:49 1.1
++++ pastrix.h 2003/02/05 09:54:31
+@@ -20,6 +20,8 @@
+ #include <stdlib.h>
+ #include <string.h>
+
++#include <limits.h>
++
+
+ /* The following definitions work only on twos-complement machines */
+ #ifndef SHORT_MAX