mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
12 lines
349 B
Plaintext
12 lines
349 B
Plaintext
--- 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
|
|
|