Xamiga needs FORCE_SEPARATE_PRIVATE.

This commit is contained in:
mhitch 2004-02-13 04:49:00 +00:00
parent b761275305
commit 756f7c1000

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.cfb,v 1.9 2004/02/07 06:52:05 lukem Exp $
# $NetBSD: Makefile.cfb,v 1.10 2004/02/13 04:49:00 mhitch Exp $
.include <bsd.own.mk>
@ -60,6 +60,12 @@ SRCS+= cfb8bit.c cfbteblt8.c cfbglrop8.c cfbpush8.c cfbrctstp8.c
BUILDSYMLINKS+= cfbglblt8.c cfbglrop8.c
.endif # }
.include "../Makefile.common"
.if ${XSERVER_XAMIGA} != "no"
CPPFLAGS+= -DFORCE_SEPARATE_PRIVATE
.endif
CPPFLAGS+= -I${X11SRCDIR.xc}/programs/Xserver/cfb \
-I${X11SRCDIR.xc}/programs/Xserver/mfb \
-I${X11SRCDIR.xc}/programs/Xserver/mi \