summaryrefslogtreecommitdiff
path: root/textproc/dict-server/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/dict-server/patches/patch-aj')
-rw-r--r--textproc/dict-server/patches/patch-aj11
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/dict-server/patches/patch-aj b/textproc/dict-server/patches/patch-aj
deleted file mode 100644
index f0bc368cea0..00000000000
--- a/textproc/dict-server/patches/patch-aj
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: patch-aj,v 1.1 2000/06/26 21:02:09 dmcmahill Exp $
-
---- libmaa/memtest.c.orig Fri Aug 25 01:20:51 1995
-+++ libmaa/memtest.c Mon Jun 26 16:29:26 2000
-@@ -25,5 +25,5 @@
- #include <stdlib.h>
-
--#ifdef __sparc__
-+#if defined(__sparc__) && !defined(__NetBSD__)
- extern int printf( const char *, ... );
- #endif