summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-01-02 22:30:27 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-01-02 22:30:27 +0000
commit69cc01dc55d27ddef144584f06fe667f31823cd4 (patch)
treea29a8b6beea1363345a28c02093564db9716b6c6 /games-board/gnushogi/files
parentmarked stable for hppa (diff)
downloadhistorical-69cc01dc55d27ddef144584f06fe667f31823cd4.tar.gz
historical-69cc01dc55d27ddef144584f06fe667f31823cd4.tar.bz2
historical-69cc01dc55d27ddef144584f06fe667f31823cd4.zip
Add errno patch from edi via bug 37013; also, support X use better and sed in unpack; more error checking/messages
Diffstat (limited to 'games-board/gnushogi/files')
-rw-r--r--games-board/gnushogi/files/1.3-errno.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/games-board/gnushogi/files/1.3-errno.patch b/games-board/gnushogi/files/1.3-errno.patch
new file mode 100644
index 000000000000..8ce9cfd29f03
--- /dev/null
+++ b/games-board/gnushogi/files/1.3-errno.patch
@@ -0,0 +1,10 @@
+--- gnushogi-1.3/gnushogi/gnushogi.h.orig 2002-04-26 17:42:22.000000000 +0200
++++ gnushogi-1.3/gnushogi/gnushogi.h 2004-01-02 13:18:37.000000000 +0100
+@@ -118,6 +118,7 @@
+ #include <stdlib.h>
+ #include <assert.h>
+ #include <string.h>
++#include <errno.h>
+
+ #include <sys/param.h>
+ #include <sys/types.h>