diff options
-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 |