diff options
author | Steve Price <steve@FreeBSD.org> | 1999-09-27 01:58:24 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-09-27 01:58:24 +0000 |
commit | a752a675454f9f3c05d270cb9ea316a66fec2da9 (patch) | |
tree | 6e0aa20014d6dae038600275eef0d86410727339 /games/crossfire-client | |
parent | c6e521dcbf7d11fd4bdd67104f0c97eba7699a0b (diff) | |
download | ports-a752a675454f9f3c05d270cb9ea316a66fec2da9.tar.gz ports-a752a675454f9f3c05d270cb9ea316a66fec2da9.zip |
Notes
Diffstat (limited to 'games/crossfire-client')
-rw-r--r-- | games/crossfire-client/files/patch-ao | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/crossfire-client/files/patch-ao b/games/crossfire-client/files/patch-ao new file mode 100644 index 000000000000..9b1c2becdac5 --- /dev/null +++ b/games/crossfire-client/files/patch-ao @@ -0,0 +1,11 @@ +--- config/crossfire.cf.orig Sat Sep 18 18:31:54 1999 ++++ config/crossfire.cf Sat Sep 18 18:32:23 1999 +@@ -174,7 +174,7 @@ + /* use /bin/cc you will be able to compile */ + /* crossfire itself. */ + +-#ifdef AlphaArchitecture ++#if defined(AlphaArchitecture) && !defined(FreeBSDArchitecture) + CC = cc -std1 -Olimit 1000 /* Alpha */ + #endif + |