CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
glib: fixed configure cache values (required to run pango modules)
[attic/ports/opt-cross.git] / glib / Pkgfile
index c471518b22844f6aeea328f9b04fd0a262337443..1948f515ebb4908b7440697426cf29f543bcfea4 100644 (file)
@@ -4,17 +4,17 @@
 # Arch Maintainer System Team devel at crux-arm dot nu
 # Depends on: libpcre
 
-ssss=glib
+name=glib
 version=2.24.2
-release=1
+release=2
 source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2)
 
 build () {
   cd $name-$version
   cat > config.cache <<EOF
 glib_cv_long_long_format=ll
-glib_cv_stack_grows=no
-glib_cv_uscore=yes
+glib_cv_stack_grows=yes
+glib_cv_uscore=no
 ac_cv_func_posix_getpwuid_r=yes
 ac_cv_func_posix_getgrgid_r=yes
 EOF