diff options
author | kleink <kleink@pkgsrc.org> | 1999-06-12 20:22:53 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 1999-06-12 20:22:53 +0000 |
commit | 3f158caf4e8985181129b9753ef35dcfbb74afec (patch) | |
tree | e2e6911a035c8e9b3b50a2866f84653d895027a1 /games/xconq/patches/patch-ac | |
parent | 82b8e9460295fe1afb06b7a0e29ef64f2e082299 (diff) | |
download | pkgsrc-3f158caf4e8985181129b9753ef35dcfbb74afec.tar.gz |
Initial import of pkg for xconq-7.2.2, an X11-based strategy game environment.
Diffstat (limited to 'games/xconq/patches/patch-ac')
-rw-r--r-- | games/xconq/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/xconq/patches/patch-ac b/games/xconq/patches/patch-ac new file mode 100644 index 00000000000..56491763514 --- /dev/null +++ b/games/xconq/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1.1.1 1999/06/12 20:22:53 kleink Exp $ + +--- SelFile/SelFile.c.orig Wed Jul 1 06:27:39 1998 ++++ SelFile/SelFile.c Tue Jun 8 22:02:47 1999 +@@ -44,7 +44,7 @@ + #include <stdio.h> + #include <errno.h> + +-#if !defined(__GLIBC__) && !defined(__FreeBSD__) ++#if !defined(__GLIBC__) && !defined(__FreeBSD__) && !defined(__NetBSD__) + /* BSD 4.3 errno.h does not declare errno */ + extern int errno; + extern int sys_nerr; |