CRUX-ARM : Home

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

index 976956982f0ea9881f5f529164ef728c18adb27c..23461c696f5b662b5446fe7cadf05dcfe84ce4ef 100644 (file)
@@ -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"