From abb1f9c478bf9e3f0073d54e1e9298dc1439cc8e Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Thu, 14 Jan 2010 09:31:25 +0100 Subject: [PATCH] pypanel: fixed include's flag --- pypanel/Pkgfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pypanel/Pkgfile b/pypanel/Pkgfile index fc9da3a..e56f118 100644 --- a/pypanel/Pkgfile +++ b/pypanel/Pkgfile @@ -14,7 +14,7 @@ build() { cd PyPanel-$version $CC $CFLAGS -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DIMLIB2_FIX=1 \ - -I$CLFS/usr/X11R6/include -I$CLFS/usr/include/freetype2 -I$CLFS/usr/include/python2.6 \ + -I$CLFS/usr/include -I$CLFS/usr/include/freetype2 -I$CLFS/usr/include/python2.6 \ -c ppmodule.c -o ppmodule.o -Wall $CC $CFLAGS -pthread -shared ppmodule.o -L$CLFS/usr/lib -L$CLFS/usr/lib/xorg \ -- 2.26.2