X-Git-Url: http://gitweb/?a=blobdiff_plain;f=xorg-libxfont%2FPkgfile;h=d60410d3350772ae9140c514a20192380e0a5b9a;hb=8440562190e1105fc5ccb6b1ef6d9092dee2a0b9;hp=cffa158e2b11d8992abd73fe2f601f6df75f478b;hpb=f1e44f77a2494499defe5f71a3f1f93d09282dc6;p=attic%2Fports%2Fxorg-cross.git diff --git a/xorg-libxfont/Pkgfile b/xorg-libxfont/Pkgfile index cffa158..d60410d 100644 --- a/xorg-libxfont/Pkgfile +++ b/xorg-libxfont/Pkgfile @@ -6,7 +6,7 @@ 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 \