diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-06-17 02:24:56 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-06-17 02:24:56 +0000 |
commit | a8dbdcd7b5a34e99248fda659a8d00a24b6e0483 (patch) | |
tree | 6f03272f485f02c264cde33ce3d11166c50a12ed /x11/wx1Motif/patches/patch-ai | |
parent | 535fcdd97d4633f4943d0bedef4ece115d9e89c1 (diff) | |
download | pkgsrc-a8dbdcd7b5a34e99248fda659a8d00a24b6e0483.tar.gz |
initial import of wx1Motif-1.68e
A Motif-based implementation of the wxWindows cross-platform GUI library.
wxWindows is a set of libraries that allows C++ applications to compile
and run on several different types of computer, with minimal source code
changes. There is one library per supported GUI.
pkg provided in PR pkg/14737 by collver@linuxfreemail.com with some
fixes for alpha by me.
Diffstat (limited to 'x11/wx1Motif/patches/patch-ai')
-rw-r--r-- | x11/wx1Motif/patches/patch-ai | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/x11/wx1Motif/patches/patch-ai b/x11/wx1Motif/patches/patch-ai new file mode 100644 index 00000000000..d19b609942e --- /dev/null +++ b/x11/wx1Motif/patches/patch-ai @@ -0,0 +1,25 @@ +$NetBSD: patch-ai,v 1.1.1.1 2002/06/17 02:24:58 dmcmahill 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 |