From: lars Date: Tue, 18 Nov 2008 00:27:53 +0000 (+0000) Subject: Fix xf86-video-vesa compile. X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=fec1d10ce0b4693d9234d1bb8b1eb06cc4953ffe;p=packages.git Fix xf86-video-vesa compile. git-svn-id: svn://svn.openwrt.org/openwrt/packages@13274 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/Xorg/driver/xf86-video-vesa/patches/010-dont-mess-up-include-paths.patch b/Xorg/driver/xf86-video-vesa/patches/010-dont-mess-up-include-paths.patch new file mode 100644 index 000000000..0ae58f3d3 --- /dev/null +++ b/Xorg/driver/xf86-video-vesa/patches/010-dont-mess-up-include-paths.patch @@ -0,0 +1,11 @@ +--- a/configure ++++ b/configure +@@ -20787,7 +20787,7 @@ fi + + + CFLAGS="$CFLAGS $XORG_CFLAGS "' -I$(top_srcdir)/src' +-INCLUDES="$XORG_INCS -I${sdkdir} "'-I$(top_srcdir)/src -I$(prefix)/include' ++INCLUDES="$XORG_INCS -I${sdkdir} "'-I$(top_srcdir)/src' + + +