summaryrefslogtreecommitdiff
path: root/xc/programs/Xserver
diff options
context:
space:
mode:
authorkaleb <empty>1995-04-07 19:13:59 +0000
committerkaleb <empty>1995-04-07 19:13:59 +0000
commit336910f78a86d3ad5e7c55a2e126129b55354c93 (patch)
tree00fc8b99e0f1aa1240329b10a300a01c3fad155c /xc/programs/Xserver
parent5d2568fbf72989c32127cafdf71a29aa3b2dffbf (diff)
XBUG 7335, IRIX 6 support
Diffstat (limited to 'xc/programs/Xserver')
-rw-r--r--xc/programs/Xserver/cfb/Imakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/xc/programs/Xserver/cfb/Imakefile b/xc/programs/Xserver/cfb/Imakefile
index d1e9635d3..bf66cbe94 100644
--- a/xc/programs/Xserver/cfb/Imakefile
+++ b/xc/programs/Xserver/cfb/Imakefile
@@ -1,4 +1,4 @@
-XCOMM $XConsortium: Imakefile,v 5.41 93/09/06 18:37:23 rws Exp kaleb $
+XCOMM $XConsortium: Imakefile,v 5.42 94/11/21 18:29:57 kaleb Exp kaleb $
#include <Server.tmpl>
#ifndef PixelSize
@@ -10,10 +10,12 @@ XCOMM $XConsortium: Imakefile,v 5.41 93/09/06 18:37:23 rws Exp kaleb $
PSZSRCS = cfb8bit.c cfbteblt8.c cfbglrop8.c cfbpush8.c cfbrctstp8.c cfb8cppl.c
PSZOBJS = cfb8bit.o cfbteblt8.o cfbglrop8.o cfbpush8.o cfbrctstp8.o cfb8cppl.o
#ifdef MipsArchitecture
+#ifndef Mips64Architecture
STIPPLESRC = stipmips.s stipmipste.s
STIPPLEOBJ = stipmips.o stipmipste.o
STIPPLEDEF = -DHAS_STIPPLE_CODE
#endif
+#endif
#ifdef SparcArchitecture
STIPPLESRC = stipsparc.s stipsparcte.s
STIPPLEOBJ = stipsparc.o stipsparcte.o