aboutsummaryrefslogtreecommitdiffstats
path: root/games/xoids
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-06-23 01:44:08 +0800
committersteve <steve@FreeBSD.org>1999-06-23 01:44:08 +0800
commitd4516f3a8b91b57776612903b9c432d6d45a8323 (patch)
tree6bddf87aa55567f2d8622b1e55a58428729a9930 /games/xoids
parentd7735ea4b31cc435bbb7a04cffa90f648afd7e8e (diff)
downloadfreebsd-ports-gnome-d4516f3a8b91b57776612903b9c432d6d45a8323.tar.gz
freebsd-ports-gnome-d4516f3a8b91b57776612903b9c432d6d45a8323.tar.zst
freebsd-ports-gnome-d4516f3a8b91b57776612903b9c432d6d45a8323.zip
Don't add -lbsd to LDFLAGS on the FreeBSD/Alpha port.
Diffstat (limited to 'games/xoids')
-rw-r--r--games/xoids/files/patch-aa12
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)