X-Git-Url: http://gitweb/?a=blobdiff_plain;f=pypanel%2FPkgfile;h=e56f118d3e1a40be9169de581920f2c66ce79ec9;hb=0962879e3f39221c69b494baf337b12fbc25417f;hp=fc9da3a949ffe1e6e5f88e2d384af66adaafc994;hpb=b648b2699837646cbcc1a170836721b1b37795c1;p=attic%2Fports%2Fopt-cross.git 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 \