summaryrefslogtreecommitdiff
path: root/textproc/dict-dictionaries/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/dict-dictionaries/patches/patch-aa')
-rw-r--r--textproc/dict-dictionaries/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/dict-dictionaries/patches/patch-aa b/textproc/dict-dictionaries/patches/patch-aa
new file mode 100644
index 00000000000..767d13fc6d3
--- /dev/null
+++ b/textproc/dict-dictionaries/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/12/27 02:43:47 uebayasi Exp $
+
+--- dict-gazetteer-1.3/format.c.orig Mon Jul 21 00:21:24 1997
++++ dict-gazetteer-1.3/format.c
+@@ -22,7 +22,7 @@
+ This is usually clearer when
+ searching. */
+
+-#ifdef __sparc__
++#if defined(__sparc__) && !defined(__NetBSD__)
+ extern int atoi(char *);
+ extern int printf( char *, ... );
+ extern int fprintf( FILE *, char *, ... );