diff options
Diffstat (limited to 'games/crossfire-server')
-rw-r--r-- | games/crossfire-server/files/patch-ao | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/crossfire-server/files/patch-ao b/games/crossfire-server/files/patch-ao new file mode 100644 index 000000000000..9b1c2becdac5 --- /dev/null +++ b/games/crossfire-server/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 + |