From 9567aba995d509fe5aad06a502ff18741b84b1c5 Mon Sep 17 00:00:00 2001 From: steve Date: Tue, 22 Jun 1999 17:49:51 +0000 Subject: Dont' try to link with -ldnet_stub on the Alpha. --- games/xtic/files/patch-ab | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 games/xtic/files/patch-ab (limited to 'games/xtic/files') diff --git a/games/xtic/files/patch-ab b/games/xtic/files/patch-ab new file mode 100644 index 0000000..1fa68ac --- /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 -- cgit v1.1