diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-22 17:47:37 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-22 17:47:37 +0000 |
commit | 38bb479f3863244cd4ca68ec4525d99ed836050d (patch) | |
tree | f8215227d631566fb39db0794a12314b9cbeed40 /games/xquarto/files | |
parent | Correct 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/files')
-rw-r--r-- | games/xquarto/files/patch-aa | 11 |
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 |