diff options
Diffstat (limited to 'textproc/dict-server/patches/patch-ag')
-rw-r--r-- | textproc/dict-server/patches/patch-ag | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/dict-server/patches/patch-ag b/textproc/dict-server/patches/patch-ag deleted file mode 100644 index 74633fdcc48..00000000000 --- a/textproc/dict-server/patches/patch-ag +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: patch-ag,v 1.1 2000/06/26 21:02:06 dmcmahill Exp $ - ---- libmaa/getopt.c.orig Thu Sep 28 20:54:55 1995 -+++ libmaa/getopt.c Mon Jun 26 16:23:08 2000 -@@ -45,5 +45,5 @@ - #include <stdio.h> - --#ifdef __sparc__ -+#if defined(__sparc__) && !defined(__NetBSD__) - extern int fprintf( FILE *, const char *, ... ); - extern int strncmp( const char *, const char *, int n ); |