diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-22 17:44:08 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-22 17:44:08 +0000 |
commit | 927450db7e67d1b625762d16fe26e2186ed4c93b (patch) | |
tree | 8309b96daea04e19c187dc3d214bb7b9f698eb61 /games/xoids | |
parent | Only enable sound support when the machine arch is not Alpha. (diff) |
Don't add -lbsd to LDFLAGS on the FreeBSD/Alpha port.
Notes
Notes:
svn path=/head/; revision=19676
Diffstat (limited to 'games/xoids')
-rw-r--r-- | games/xoids/files/patch-aa | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/games/xoids/files/patch-aa b/games/xoids/files/patch-aa index 83aebbc056c8..a81058ebf93d 100644 --- a/games/xoids/files/patch-aa +++ b/games/xoids/files/patch-aa @@ -1,6 +1,12 @@ ---- Imakefile.orig Tue Jun 25 02:42:14 1996 -+++ Imakefile Mon Apr 27 00:58:16 1998 -@@ -24,6 +24,8 @@ +--- Imakefile.orig Tue Jun 25 01:42:14 1996 ++++ Imakefile Sun Jun 20 19:18:26 1999 +@@ -19,11 +19,13 @@ + #if defined(SunArchitecture) + #endif + +-#if defined(AlphaArchitecture) ++#if defined(AlphaArchitecture) && !defined(FreeBSDArchitecture) + OS_LIB_FLAGS = -lbsd #endif #if defined(FreeBSDArchitecture) |