summaryrefslogtreecommitdiff
path: root/games/xquarto
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-22 17:47:37 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-22 17:47:37 +0000
commit38bb479f3863244cd4ca68ec4525d99ed836050d (patch)
treef8215227d631566fb39db0794a12314b9cbeed40 /games/xquarto
parentCorrect grammar nits in the RESTRICTED string. (diff)
Don't try to link with -ldnet_stub on the Alpha.
Notes
Notes: svn path=/head/; revision=19678
Diffstat (limited to 'games/xquarto')
-rw-r--r--games/xquarto/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xquarto/files/patch-aa b/games/xquarto/files/patch-aa
new file mode 100644
index 000000000000..4e4e6034134d
--- /dev/null
+++ b/games/xquarto/files/patch-aa
@@ -0,0 +1,11 @@
+--- src/Imakefile.orig Sun Jun 20 19:20:59 1999
++++ src/Imakefile Sun Jun 20 19:21:18 1999
+@@ -9,7 +9,7 @@
+
+ XPMLIB = XPMLIBRARY
+
+-#ifdef AlphaArchitecture
++#if defined(AlphaArchitecture) && !defined(FreeBSDArchitecture)
+ LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) $(XTOOLLIB) $(XAWLIB) $(XMULIB) -ldnet_stub
+ #else
+ #ifdef HPArchitecture