CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-libxfont: fixed LIBS and CFLAGS
authorJose V Beneyto <sepen@crux.nu>
Thu, 17 Dec 2009 16:14:43 +0000 (17:14 +0100)
committerJose V Beneyto <sepen@crux.nu>
Thu, 17 Dec 2009 16:14:43 +0000 (17:14 +0100)
xorg-libxfont/Pkgfile

index cffa158e2b11d8992abd73fe2f601f6df75f478b..d60410d3350772ae9140c514a20192380e0a5b9a 100644 (file)
@@ -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 \