summaryrefslogtreecommitdiff
path: root/x11/wx1Motif/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'x11/wx1Motif/patches/patch-ai')
-rw-r--r--x11/wx1Motif/patches/patch-ai25
1 files changed, 0 insertions, 25 deletions
diff --git a/x11/wx1Motif/patches/patch-ai b/x11/wx1Motif/patches/patch-ai
deleted file mode 100644
index 7b3fcd53655..00000000000
--- a/x11/wx1Motif/patches/patch-ai
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-ai,v 1.2 2002/08/25 19:24:00 jlam Exp $
-
---- utils/image/src/wx_imgx.h.orig Thu Jul 24 12:14:56 1997
-+++ utils/image/src/wx_imgx.h
-@@ -48,10 +48,7 @@
- #include <math.h>
- #include <ctype.h>
- #include <string.h>
--extern int errno; /* this SHOULD be in errno.h */
--#ifndef __FreeBSD__
--extern char *sys_errlist[]; /* this SHOULD be in errno.h */
--#endif
-+#include <errno.h>
-
- #if !defined(__convexc__) && !defined(VMS) && !defined(__GNUG__) /* Convex doesn't have <memory.h> */
- #include <memory.h> /* for 'memset()' prototype */
-@@ -126,7 +123,7 @@
-
-
- #ifdef i386
--#define UNCOMPRESS "/usr/local/bin/uncompress" /* uncompress program */
-+#define UNCOMPRESS "/usr/bin/uncompress" /* uncompress program */
- #undef HOLD_SIG
- #define HOLD_SIG /* don't know how to handle signals MWS 10/18/90 */
- #undef RELEASE_SIG