CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
cairo: fixed FREETYPE flags
authorJose V Beneyto <sepen@crux.nu>
Wed, 20 Jan 2010 16:35:44 +0000 (17:35 +0100)
committerJose V Beneyto <sepen@crux.nu>
Wed, 20 Jan 2010 16:35:44 +0000 (17:35 +0100)
cairo/Pkgfile

index 7a9c480ec0991eafb1930a0429ed66faffb62af4..4fd544c95a9079e34e26fe5ad9235dd81fc6e352 100644 (file)
@@ -6,7 +6,7 @@
 
 name=cairo
 version=1.8.8
-release=1
+release=2
 source=(http://cairographics.org/releases/$name-$version.tar.gz)
 
 build() {
@@ -24,6 +24,8 @@ build() {
   export pixman_CFLAGS="$DEFAULT_CFLAGS -I$CLFS/usr/include/pixman-1"
   export FONTCONFIG_LIBS="$DEFAULT_LIBS -lfontconfig"
   export FONTCONFIG_CFLAGS="$DEFAULT_CFLAGS"
+  export FREETYPE_LIBS="$DEFAULT_LIBS -lfreetype -lz"
+  export FREETYPE_CFLAGS="$DEFAULT_CFLAGS -I$CLFS/usr/include/freetype2"
 
   sed 's|use_png=no|use_png=yes|' -i configure