summaryrefslogtreecommitdiff
path: root/games/omega/patches/patch-ab
diff options
context:
space:
mode:
authorproff <proff@pkgsrc.org>1999-12-28 02:11:30 +0000
committerproff <proff@pkgsrc.org>1999-12-28 02:11:30 +0000
commiteceb2d293eb983bc8b7f562ced0841ff951bf5e3 (patch)
tree88bb33d44aa5372e42c7db1e45d63b4dacbf1994 /games/omega/patches/patch-ab
parent4d8a97a73fe8b0c41a1d10fed9ab3b05a2c71099 (diff)
downloadpkgsrc-eceb2d293eb983bc8b7f562ced0841ff951bf5e3.tar.gz
omega, a rouge like games, from freebsd
Diffstat (limited to 'games/omega/patches/patch-ab')
-rw-r--r--games/omega/patches/patch-ab24
1 files changed, 24 insertions, 0 deletions
diff --git a/games/omega/patches/patch-ab b/games/omega/patches/patch-ab
new file mode 100644
index 00000000000..70b35e8b710
--- /dev/null
+++ b/games/omega/patches/patch-ab
@@ -0,0 +1,24 @@
+--- defs.h Fri Jan 1 03:08:19 1999
++++ /home/andy/tmp/wrk/defs.h Fri May 14 20:51:11 1999
+@@ -45,7 +45,9 @@
+ This might usually be "/usr/games/lib/omegalib/", for unix,
+ or something like "c:\\games\\omega\\omegalib\\" for msdos */
+
++#ifndef OMEGALIB
+ #define OMEGALIB "./lib/"
++#endif
+
+ /* Comment the following line out if you want users to be able to override */
+ /* the OMEGALIB define, above, by setting the environment variable OMEGALIB */
+@@ -570,7 +572,11 @@
+ /* WDT: thank goodness for that lack of implementation. */
+
+ #else
++#ifdef __FreeBSD__
++#include <ncurses.h>
++#else
+ #include <curses.h>
++#endif
+
+ #define COL_FG_BLINK A_BLINK
+