pkgsrc/devel/glib2/patches
chris 5aa046ef45 Fix gtk2 failing to build on -current. The problem is that the
gthread.la file doesn't note that pthread is a dependancy, so linking with
libtool against libgthread breaks.  It seems the workaround for libtool not
understanding -pthread doesn't work, so we use the same thing as linux, and
convert -pthread to -lpthread.  gtk2 now builds to completion on -current

Note that this has no impact on 1.6.1 as it doesn't use -pthread.
2003-02-09 00:57:13 +00:00
..
patch-aa Fix reverted check for "_POSIX_THREAD_PRIORITY_SCHEDULING" in last commit 2003-01-29 10:18:34 +00:00
patch-ab Fix gtk2 failing to build on -current. The problem is that the 2003-02-09 00:57:13 +00:00