summaryrefslogtreecommitdiff
path: root/textproc/dict-server/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/dict-server/patches/patch-ah')
-rw-r--r--textproc/dict-server/patches/patch-ah14
1 files changed, 8 insertions, 6 deletions
diff --git a/textproc/dict-server/patches/patch-ah b/textproc/dict-server/patches/patch-ah
index 8b9a0f166ac..0e1ee0c3ad0 100644
--- a/textproc/dict-server/patches/patch-ah
+++ b/textproc/dict-server/patches/patch-ah
@@ -1,11 +1,13 @@
-$NetBSD: patch-ah,v 1.1 2000/06/26 21:02:07 dmcmahill Exp $
+$NetBSD: patch-ah,v 1.2 2001/10/12 10:51:52 simonb Exp $
---- libmaa/decl.h.orig Thu Jan 15 22:51:48 1998
-+++ libmaa/decl.h Mon Jun 26 16:27:02 2000
-@@ -29,5 +29,5 @@
+--- libmaa/decl.h.orig Mon Jan 1 08:14:19 2001
++++ libmaa/decl.h Wed Oct 10 15:46:45 2001
+@@ -28,7 +28,7 @@
+ declarations for standard library calls. We provide them here for
situations that we know about. */
--#if defined(__sparc__)
-+#if defined(__sparc__) && !defined(__NetBSD__)
+-#if defined(__sparc__) && !defined(linux)
++#if defined(__sparc__) && !defined(linux) && !defined(__NetBSD__)
#include <sys/resource.h>
/* Both SunOS and Solaris */
+ extern int getrusage( int who, struct rusage * );