diff options
author | garbled <garbled@pkgsrc.org> | 1998-08-23 07:10:16 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-08-23 07:10:16 +0000 |
commit | 06cbd7d0d9070937b64c42298590d5fded1cc878 (patch) | |
tree | e4fda8c7430e1752deb0c57d0d09ad481fc37f08 /games/crossfire | |
parent | 3074169697cd69251a4e4c2d5bb84687abf31d0c (diff) | |
download | pkgsrc-06cbd7d0d9070937b64c42298590d5fded1cc878.tar.gz |
Fix alpha quirk. Closes pr 5938 (Tim Rightnour)
also: mailed self 1 beer.
Diffstat (limited to 'games/crossfire')
-rw-r--r-- | games/crossfire/patches/patch-al | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/games/crossfire/patches/patch-al b/games/crossfire/patches/patch-al index ea2c32bd67f..a81dd3d7e80 100644 --- a/games/crossfire/patches/patch-al +++ b/games/crossfire/patches/patch-al @@ -1,7 +1,12 @@ -$NetBSD: patch-al,v 1.2 1998/08/07 10:40:39 agc Exp $ +$NetBSD: patch-al,v 1.3 1998/08/23 07:10:16 garbled Exp $ ---- config/crossfire.cf.orig Fri Feb 20 03:51:12 1998 -+++ config/crossfire.cf Fri Feb 20 03:27:46 1998 +--- config/crossfire.cf.orig Fri May 15 20:27:10 1998 ++++ config/crossfire.cf Sun Aug 9 01:27:20 1998 +@@ -176,3 +176,3 @@ + +-#ifdef AlphaArchitecture ++#if defined(AlphaArchitecture) && !defined(NetBSDArchitecture) + CC = cc -std1 -Olimit 1000 /* Alpha */ @@ -292,3 +292,3 @@ -SOUND_DEF = -DRPLAY_SOUND |