From 96416bd595f9ac2816bc1b50ab6ada305e198813 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hw/darwin/Makefile.am b/hw/darwin/Makefile.am index 1d6410022..04d996552 100644 --- a/hw/darwin/Makefile.am +++ b/hw/darwin/Makefile.am @@ -1,11 +1,10 @@ noinst_LIBRARIES = libdarwinShared.a libdarwin_XINPUT_SRCS = darwinXinput.c -# -O2 inexplicably causes quartzKeyboard.o to break?! AM_CFLAGS = @XORG_CFLAGS@ INCLUDES = @XORG_INCS@ -I../../miext/rootless -DEFS = @DEFS@ -DUSE_NEW_CLUT +DEFS = @DEFS@ -DUSE_NEW_CLUT -DXFree86Server -DBUILD_DATE=\"$(BUILD_DATE)\" if XQUARTZ XQUARTZ_SUBDIRS = quartz