From 38bb479f3863244cd4ca68ec4525d99ed836050d Mon Sep 17 00:00:00 2001 From: Steve Price Date: Tue, 22 Jun 1999 17:47:37 +0000 Subject: Don't try to link with -ldnet_stub on the Alpha. --- games/xquarto/files/patch-aa | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 games/xquarto/files/patch-aa (limited to 'games/xquarto') 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 -- cgit v1.2.3