From: Jose V Beneyto Date: Thu, 17 Dec 2009 14:26:32 +0000 (+0100) Subject: xorg-libxft: fixed LIBS and CFLAGS X-Git-Url: http://gitweb/?a=commitdiff_plain;h=31b0e04d5712bc49eb21cb4d873aa845277b503e;p=attic%2Fports%2Fxorg-cross.git xorg-libxft: fixed LIBS and CFLAGS --- diff --git a/xorg-libxft/Pkgfile b/xorg-libxft/Pkgfile index 9769569..23461c6 100644 --- a/xorg-libxft/Pkgfile +++ b/xorg-libxft/Pkgfile @@ -7,15 +7,15 @@ name=xorg-libxft version=2.1.14 -release=1 +release=2 source=(http://xorg.freedesktop.org/releases/individual/lib/libXft-$version.tar.bz2) build() { cd libXft-$version - export X11_LIBS="-L$CLFS/usr/lib -lpthread-stubs" + export X11_LIBS="-L$CLFS/usr/lib -lX11" export X11_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/X11 -I$CLFS/usr/include/X11/extensions" - export XRENDER_LIBS="$X11_LIBS" + export XRENDER_LIBS="$X11_LIBS -lXrender" export XRENDER_CFLAGS="$X11_CFLAGS" export FREETYPE_LIBS="$X11_LIBS -lfreetype -lz" export FREETYPE_CFLAGS="$X11_CFLAGS -I$CLFS/usr/include/freetype2"