pkgsrc/games/omega/patches/patch-ab
wiz a3f3167b20 USE_CURSES instead of always using ncurses.
Rename executable to 'Omega' (uppercase O) to avoid conflict with Tex.
Note this in MESSAGE.
2001-01-07 22:31:46 +00:00

14 lines
510 B
Text

$NetBSD: patch-ab,v 1.3 2001/01/07 22:31:46 wiz Exp $
--- 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 */