summaryrefslogtreecommitdiff
path: root/games/omega/patches/patch-ab
blob: ed908b263515f7dcbc7db4880bfa56e82d6b5f73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ab,v 1.4 2012/11/01 19:44:17 joerg Exp $

--- defs.h.orig	Fri Jan  1 03:08:19 1999
+++ 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 */