From eb82b19aa71333b46e927516cc228f25d3e05e4d Mon Sep 17 00:00:00 2001 From: Ben Byer Date: Thu, 20 Sep 2007 19:55:48 -0700 Subject: [PATCH] XDarwin: build fix for X11.app --- 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 72bee4ae4..71b976777 100644 --- a/hw/darwin/Makefile.am +++ b/hw/darwin/Makefile.am @@ -274,7 +274,7 @@ endif install-data-hook: $(XQUARTZ_HOOK) $(XDARWINAPP_HOOK) xquartz-install-hook:: - cd apple && xcodebuild install + cd apple && xcodebuild install CFLAGS="$(XSERVERCFLAGS_CFLAGS)" LDFLAGS="$(XSERVERCFLAGS_LIBS)" xdarwinapp-install hook: mv $(DESTDIR)$(macosdir)/XDarwinApp $(DESTDIR)$(macosdir)/XDarwin