From 8db3de08eb8570ac920f3dba87920bf0a0458483 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Fri, 30 Dec 2016 11:21:51 -0800 Subject: [PATCH] Remove missing directories from the include path for X11rdp --- xorg/X11R7.6/rdp/Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/xorg/X11R7.6/rdp/Makefile b/xorg/X11R7.6/rdp/Makefile index cdfea385..5debf3d2 100644 --- a/xorg/X11R7.6/rdp/Makefile +++ b/xorg/X11R7.6/rdp/Makefile @@ -49,20 +49,12 @@ LLIBS = -Wl,-rpath=$(LIBBASE) -lfreetype -lz -lm -lXfont -lXau \ -lXdmcp -lpixman-1 -lrt -ldl -lcrypto -lGL -lXdamage CFLAGS = -g -O2 -Wall -fno-strength-reduce \ - -I../../include \ - -I../../cfb \ - -I../../mfb \ - -I../../mi \ -I$(INCBASE) \ -I$(INCBASE)/X11 \ -I$(INCBASE)/X11/fonts \ -I$(INCBASE)/X11/extensions \ -I$(INCBASE)/xorg \ -I$(INCBASE)/pixman-1 \ - -I../../os \ - -I../../render \ - -I../xfree86/common \ - -I../xfree86/os-support \ -I../../../common \ -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_REENTRANT \ -DGLX_USE_MESA -DXRECORD -D_GNU_SOURCE -DXAPPGROUP \