diff options
author | minskim <minskim@pkgsrc.org> | 2006-08-18 14:52:02 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-08-18 14:52:02 +0000 |
commit | d45d91bbcdfe935e0e417976bb311f9833eca8d5 (patch) | |
tree | 50174c6b6e933a0c0e2d2a7c508d1781af755d3d /net/gt-itm | |
parent | 36b622f64c7a7dde9e555a7fc7a1fcf752815402 (diff) | |
download | pkgsrc-d45d91bbcdfe935e0e417976bb311f9833eca8d5.tar.gz |
Include sys/param.h to use NBBY on Linux.
Diffstat (limited to 'net/gt-itm')
-rw-r--r-- | net/gt-itm/distinfo | 4 | ||||
-rw-r--r-- | net/gt-itm/patches/patch-ad | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net/gt-itm/distinfo b/net/gt-itm/distinfo index 057fa903b3c..0aa513dd11f 100644 --- a/net/gt-itm/distinfo +++ b/net/gt-itm/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2006/05/05 23:52:36 minskim Exp $ +$NetBSD: distinfo,v 1.3 2006/08/18 14:52:02 minskim Exp $ SHA1 (gt-itm.tar.gz) = 1e52ee9c9d6e3ef09ac39c860d1cd829cf3c6e4e RMD160 (gt-itm.tar.gz) = 0a7cbdfce185ab4bc2c73b78f290e8a831dc04e2 @@ -6,5 +6,5 @@ Size (gt-itm.tar.gz) = 623345 bytes SHA1 (patch-aa) = b3f06675b8fd9811ec1a94adf90ee0f0b53b1d75 SHA1 (patch-ab) = 72e60f9b5fc07b3ee44e838e017696178444135b SHA1 (patch-ac) = c70a3b5cb6a7b5b33ffe1269b903476befc00e83 -SHA1 (patch-ad) = 62d4d5bd4fe4eebc85abbff7ee80470ba2bcdc71 +SHA1 (patch-ad) = d8387533a1b877d66820d3e0d2ee95dd82591e80 SHA1 (patch-ae) = f38778918e4eba7f186e75de14e2ccd6d9a3473d diff --git a/net/gt-itm/patches/patch-ad b/net/gt-itm/patches/patch-ad index 030354b45ee..71bd4be35ea 100644 --- a/net/gt-itm/patches/patch-ad +++ b/net/gt-itm/patches/patch-ad @@ -1,12 +1,13 @@ -$NetBSD: patch-ad,v 1.1 2006/05/05 23:52:36 minskim Exp $ +$NetBSD: patch-ad,v 1.2 2006/08/18 14:52:02 minskim Exp $ --- geog.c.orig 1996-10-23 21:05:28.000000000 +0000 +++ geog.c -@@ -7,7 +7,7 @@ +@@ -7,7 +7,8 @@ #include <stdio.h> #include <sys/types.h> /* for NBBY */ -#include <alloca.h> ++#include <sys/param.h> /* for NBBY on Linux */ +#include <stdlib.h> #include <assert.h> #include <string.h> /* for strchr() */ |