From: Jose V Beneyto Date: Thu, 17 Dec 2009 14:32:10 +0000 (+0100) Subject: xorg-libxres: fixed LIBS and CFLAGS X-Git-Url: http://gitweb/?a=commitdiff_plain;h=ffa4be91eef7fbbd4e0d7cf9aaaad95224e9309e;p=attic%2Fports%2Fxorg-cross.git xorg-libxres: fixed LIBS and CFLAGS --- diff --git a/xorg-libxres/Pkgfile b/xorg-libxres/Pkgfile index 5fc9441..1ef3b36 100644 --- a/xorg-libxres/Pkgfile +++ b/xorg-libxres/Pkgfile @@ -7,13 +7,13 @@ name=xorg-libxres version=1.0.4 -release=1 +release=2 source=(http://xorg.freedesktop.org/releases/individual/lib/libXres-$version.tar.bz2) build() { cd libXres-$version - export X11_LIBS="-L$CLFS/usr/lib -lpthread-stubs" + export X11_LIBS="-L$CLFS/usr/lib -lX11 -lXext" export X11_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/X11 -I$CLFS/usr/include/X11/extensions" export XRES_LIBS="$X11_LIBS" export XRES_CFLAGS="$X11_CFLAGS"