Subject: CVS commit: pkgsrc/devel/glib2
To: None <pkgsrc-changes@netbsd.org>
From: Chris Gilbert <chris@netbsd.org>
List: pkgsrc-changes
Date: 02/09/2003 02:57:14
Module Name: pkgsrc
Committed By: chris
Date: Sun Feb 9 00:57:14 UTC 2003
Modified Files:
pkgsrc/devel/glib2: distinfo
Added Files:
pkgsrc/devel/glib2/patches: patch-ab
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/devel/glib2/distinfo
cvs rdiff -r0 -r1.6 pkgsrc/devel/glib2/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.