From: Jose V Beneyto Date: Thu, 14 Jan 2010 08:31:25 +0000 (+0100) Subject: pypanel: fixed include's flag X-Git-Url: http://gitweb/?a=commitdiff_plain;h=abb1f9c478bf9e3f0073d54e1e9298dc1439cc8e;p=attic%2Fports%2Fopt-cross.git pypanel: fixed include's flag --- 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 \