X-Git-Url: http://gitweb/?a=blobdiff_plain;f=xorg-libxfont%2FPkgfile;h=c10b91a6d8db2ae8f870389cdc34229b153aa051;hb=refs%2Fheads%2F2.6;hp=cffa158e2b11d8992abd73fe2f601f6df75f478b;hpb=f1e44f77a2494499defe5f71a3f1f93d09282dc6;p=attic%2Fports%2Fxorg-cross.git diff --git a/xorg-libxfont/Pkgfile b/xorg-libxfont/Pkgfile index cffa158..c10b91a 100644 --- a/xorg-libxfont/Pkgfile +++ b/xorg-libxfont/Pkgfile @@ -1,12 +1,12 @@ # Description: xorg lib libXfont # URL: http://xorg.freedesktop.org # Maintainer: Tilman Sauerbeck tilman at crux dot nu -# Arch Maintainer System Team crux-arm at mikeux dot dyndns dot org +# Arch Maintainer System Team devel at crux-arm dot nu # Depends on: freetype xorg-xproto xorg-xtrans xorg-fontsproto xorg-libfontenc name=xorg-libxfont version=1.4.0 -release=2 +release=3 source=(http://xorg.freedesktop.org/releases/individual/lib/libXfont-$version.tar.bz2 \ libXfont-$version.cross_compile.patch) @@ -18,7 +18,7 @@ build() { -e "s|FREETYPE_LIBS=.*|FREETYPE_LIBS=\"-lfreetype -lz\"|" \ -e "s|FREETYPE_CFLAGS=.*|FREETYPE_CFLAGS=\"-I$CLFS/usr/include/freetype2\"|" - export XFONT_LIBS="-L$CLFS/usr/lib -lm" + export XFONT_LIBS="-L$CLFS/usr/lib -lm -lfontenc" export XFONT_CFLAGS="-I$CLFS/usr/include" ./configure --build=$CHOST \