diff options
author | steve <steve@FreeBSD.org> | 1999-06-22 17:49:51 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-22 17:49:51 +0000 |
commit | 9567aba995d509fe5aad06a502ff18741b84b1c5 (patch) | |
tree | 5b216e4227926eab4e2d7a4eb774d1c980d01df7 /games/xtic/files | |
parent | ba8fb459dbb6cd13078d83353371c02c7ed2f902 (diff) | |
download | FreeBSD-ports-9567aba995d509fe5aad06a502ff18741b84b1c5.zip FreeBSD-ports-9567aba995d509fe5aad06a502ff18741b84b1c5.tar.gz |
Dont' try to link with -ldnet_stub on the Alpha.
Diffstat (limited to 'games/xtic/files')
-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 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 |