CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-xauth: added missing dep xorg-libxv
[attic/ports/xorg-cross.git] / xorg-libxfont / Pkgfile
index cffa158e2b11d8992abd73fe2f601f6df75f478b..c10b91a6d8db2ae8f870389cdc34229b153aa051 100644 (file)
@@ -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 \