diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-02 11:20:57 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-02 11:20:57 +0000 |
commit | 6f8032aca238bbe108fa2618b92b53291c6d9cec (patch) | |
tree | 09288259e3e0830c3e3f758951b98980bf142204 /textproc/hre | |
parent | d723c2402127a39543c69b1d32be10a92159a836 (diff) | |
download | pkgsrc-6f8032aca238bbe108fa2618b92b53291c6d9cec.tar.gz |
Include sys/time.h before sys/resource.h.
Diffstat (limited to 'textproc/hre')
-rw-r--r-- | textproc/hre/distinfo | 3 | ||||
-rw-r--r-- | textproc/hre/patches/patch-aa | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/textproc/hre/distinfo b/textproc/hre/distinfo index 96ab66f3f7d..81cda34215e 100644 --- a/textproc/hre/distinfo +++ b/textproc/hre/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.4 2005/02/24 14:48:42 agc Exp $ +$NetBSD: distinfo,v 1.5 2006/01/02 11:20:57 joerg Exp $ SHA1 (hre-0.9.8a.tar.gz) = 9082ec1553052483340ec15648204738ecab1e41 RMD160 (hre-0.9.8a.tar.gz) = ea5bb3ce17e07eb85c596502d3ecdb1e62c06fc0 Size (hre-0.9.8a.tar.gz) = 369257 bytes +SHA1 (patch-aa) = ad42f93bea365cedb78265a728281e1d759141f8 diff --git a/textproc/hre/patches/patch-aa b/textproc/hre/patches/patch-aa new file mode 100644 index 00000000000..111068ddab4 --- /dev/null +++ b/textproc/hre/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2006/01/02 11:20:57 joerg Exp $ + +--- src/timevar.c.orig 2006-01-02 11:18:19.000000000 +0000 ++++ src/timevar.c +@@ -26,6 +26,7 @@ Software Foundation, 59 Temple Place - S + + extern void *xmalloc(unsigned); + ++#include <sys/time.h> + + #ifdef HAVE_SYS_TIMES_H + # include <sys/times.h> |