diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-22 17:49:51 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-22 17:49:51 +0000 |
commit | d30ec4bde2defbabfe75dd435e817b5461f4b6bf (patch) | |
tree | d549c0c11c216cd2f16dadeb988e9d0761438e4f /games/xtic | |
parent | The 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
Diffstat (limited to 'games/xtic')
-rw-r--r-- | games/xtic/files/patch-ab | 11 |
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 |