glib: added a patch to fix gthread errors caught by gkrellm.

I will report this upstream if the bug is not on NetBSD, but I'm not
sure. It seems that on NetBSD you aren't allowed to call
pthread_attr_getschedparam() without first calling _setschedparam().

--HG--
extra : convert_revision : 6a2ed6884cd148e48af908be38e8bb1d0060ccab
This commit is contained in:
Juan RP
2008-10-10 07:37:17 +02:00
parent a01d4997cc
commit e12127b861
2 changed files with 18 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
pkgname=glib
version=2.18.1
extract_sufx=".tar.bz2"
patch_files="glib-fix-statfs-netbsd.diff"
patch_files="$pkgname-fix-statfs-netbsd.diff $pkgname-fix-gthread-posix.diff"
url=http://ftp.gnome.org/pub/gnome/sources/glib/2.18
make_cmd="$PKGFS_MASTERDIR/bin/gmake"
# Disable FAM for now and use the installed pcre package instead