diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-11-17 12:19:22 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-11-17 12:19:22 +0000 |
commit | d615f4ca564f838b39bd8b504a3107011d951a03 (patch) | |
tree | d799b77773a040bd9f634696266507c9072dd071 /games/crossfire-server/files/patch-ao | |
parent | Remove do-package target that was running "make package" in (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_2_0'.release/4.2.0
Diffstat (limited to 'games/crossfire-server/files/patch-ao')
-rw-r--r-- | games/crossfire-server/files/patch-ao | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/crossfire-server/files/patch-ao b/games/crossfire-server/files/patch-ao deleted file mode 100644 index 9b1c2becdac5..000000000000 --- a/games/crossfire-server/files/patch-ao +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 - |