summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-22 17:49:51 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-22 17:49:51 +0000
commitd30ec4bde2defbabfe75dd435e817b5461f4b6bf (patch)
treed549c0c11c216cd2f16dadeb988e9d0761438e4f
parentThe Alpha doesn't have sound support yet. (diff)
Dont' try to link with -ldnet_stub on the Alpha.
Notes
Notes: svn path=/head/; revision=19680
-rw-r--r--games/xtic/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xtic/files/patch-ab b/games/xtic/files/patch-ab
new file mode 100644
index 000000000000..1fa68ac1a7f6
--- /dev/null
+++ b/games/xtic/files/patch-ab
@@ -0,0 +1,11 @@
+--- src/Imakefile.orig Sun Jun 20 19:27:24 1999
++++ src/Imakefile Sun Jun 20 19:27:46 1999
+@@ -8,7 +8,7 @@
+
+ XPMLIB = XPMLIBRARY
+
+-#ifdef AlphaArchitecture
++#if defined(AlphaArchitecture) && !defined(FreeBSDArchitecture)
+ LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) $(XTOOLLIB) $(XAWLIB) $(XMULIB) -ldnet_stub
+ #else
+ #ifdef HPArchitecture