summaryrefslogtreecommitdiff
path: root/games/omega/patches/patch-ad
diff options
context:
space:
mode:
authorproff <proff@pkgsrc.org>1999-12-28 02:28:23 +0000
committerproff <proff@pkgsrc.org>1999-12-28 02:28:23 +0000
commite5c33a41b07405e7790523807dd7dc6539a49641 (patch)
tree4f382263925d040a6502cb4cc2c2d197227cc2f8 /games/omega/patches/patch-ad
parent61b32863809a3bc6309d14b48437a3aac4fa37b5 (diff)
downloadpkgsrc-e5c33a41b07405e7790523807dd7dc6539a49641.tar.gz
Changes for NetBSD.
Omega is a complex rogue-style game of dungeon exploration. Unlike other such games, there are a number of ways to "win", depending on various actions taken during play. The ways you can get your name on the hiscore board include becoming the highest ranked head of a guild, sect, college, etc., as well as gaining the most points figured from possessions and experience. The game (via the oracle) may impose some structure on your exploration, but you need not follow all of the oracle's advice. There *is* a "total winner" status, by the way. Omega, unlike lesser games is incredibly amusing to play. Laurence P. Brothers (the primary author) is the Oscar Wilde of rouge-like games. Many omega concepts, but not great sense of humor were later stolen for use in ADOM.
Diffstat (limited to 'games/omega/patches/patch-ad')
-rw-r--r--games/omega/patches/patch-ad4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/omega/patches/patch-ad b/games/omega/patches/patch-ad
index 9f72800c16b..0725fdc19ea 100644
--- a/games/omega/patches/patch-ad
+++ b/games/omega/patches/patch-ad
@@ -1,10 +1,12 @@
+$NetBSD: patch-ad,v 1.2 1999/12/28 02:28:23 proff Exp $
+
--- fixstr.c Sat Aug 8 13:48:23 1998
+++ /home/andy/tmp/wrk/fixstr.c Fri May 14 20:37:59 1999
@@ -15,7 +15,9 @@
Thus it can be broken. */
#include <stdio.h>
-+#ifndef __FreeBSD__
++#if defined(__NetBSD__) || defined(__FreeBSD__)
#include <malloc.h>
+#endif