From 9523ea00f603b941de32049f1fb8b0bf5d4c1afa Mon Sep 17 00:00:00 2001 From: Ben Byer Date: Tue, 13 Nov 2007 01:08:02 -0800 Subject: [PATCH] fix missing -DXFree86Server; this needs to be defined when building fb/fbcmap.c or else you get the "sunglasses effect" --- hw/darwin/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/darwin/Makefile.am b/hw/darwin/Makefile.am index d41e7cc97..04d996552 100644 --- a/hw/darwin/Makefile.am +++ b/hw/darwin/Makefile.am @@ -4,7 +4,7 @@ libdarwin_XINPUT_SRCS = darwinXinput.c AM_CFLAGS = @XORG_CFLAGS@ INCLUDES = @XORG_INCS@ -I../../miext/rootless -DEFS = @DEFS@ -DUSE_NEW_CLUT -DBUILD_DATE=\"$(BUILD_DATE)\" +DEFS = @DEFS@ -DUSE_NEW_CLUT -DXFree86Server -DBUILD_DATE=\"$(BUILD_DATE)\" if XQUARTZ XQUARTZ_SUBDIRS = quartz