diff options
author | steve <steve@FreeBSD.org> | 1999-09-27 09:58:24 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-09-27 09:58:24 +0800 |
commit | 1f7f39ee83ce15884e42a690381bf0eff82173e1 (patch) | |
tree | 2f8cc3a57a6c21f2be1b2302ade047d3ca37b3cb /games | |
parent | 28ba572537b8bbf98356fd0d988ae320ddfaf18a (diff) | |
download | freebsd-ports-gnome-1f7f39ee83ce15884e42a690381bf0eff82173e1.tar.gz freebsd-ports-gnome-1f7f39ee83ce15884e42a690381bf0eff82173e1.tar.zst freebsd-ports-gnome-1f7f39ee83ce15884e42a690381bf0eff82173e1.zip |
Don't call cc(1) with OSF/1 style arguments on FreeBSD/Alpha.
Diffstat (limited to 'games')
-rw-r--r-- | games/crossfire-client/files/patch-ao | 11 | ||||
-rw-r--r-- | games/crossfire-server/files/patch-ao | 11 | ||||
-rw-r--r-- | games/crossfire/files/patch-ao | 11 |
3 files changed, 33 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 + 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 + diff --git a/games/crossfire/files/patch-ao b/games/crossfire/files/patch-ao new file mode 100644 index 000000000000..9b1c2becdac5 --- /dev/null +++ b/games/crossfire/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 + |