aboutsummaryrefslogtreecommitdiff
path: root/games/crossfire-client
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-09-27 01:58:24 +0000
committerSteve Price <steve@FreeBSD.org>1999-09-27 01:58:24 +0000
commita752a675454f9f3c05d270cb9ea316a66fec2da9 (patch)
tree6e0aa20014d6dae038600275eef0d86410727339 /games/crossfire-client
parentc6e521dcbf7d11fd4bdd67104f0c97eba7699a0b (diff)
downloadports-a752a675454f9f3c05d270cb9ea316a66fec2da9.tar.gz
ports-a752a675454f9f3c05d270cb9ea316a66fec2da9.zip
Don't call cc(1) with OSF/1 style arguments on FreeBSD/Alpha.
Notes
Notes: svn path=/head/; revision=21974
Diffstat (limited to 'games/crossfire-client')
-rw-r--r--games/crossfire-client/files/patch-ao11
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
+