1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/games/crossfire-client/files/patch-ao

12 lines
349 B
Plaintext
Raw Normal View History

--- 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