summaryrefslogtreecommitdiff
path: root/textproc/dict-server/patches/patch-ag
blob: 74633fdcc48c4a4485ee3d6def5868d186f78feb (plain)
1
2
3
4
5
6
7
8
9
10
11
$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 );