diff options
author | gerald <gerald@FreeBSD.org> | 2007-08-07 12:33:40 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2007-08-07 12:33:40 +0800 |
commit | 343ec394f05c6d051473644a45eb6fd99d11284f (patch) | |
tree | 1a252886981aeabacdbbe99c420fd3326e74b273 /textproc | |
parent | 3ad60cc3299cd34971daadc35f6b94fa66e783f9 (diff) | |
download | freebsd-ports-gnome-343ec394f05c6d051473644a45eb6fd99d11284f.tar.gz freebsd-ports-gnome-343ec394f05c6d051473644a45eb6fd99d11284f.tar.zst freebsd-ports-gnome-343ec394f05c6d051473644a45eb6fd99d11284f.zip |
Switch to libthr as the default threading library on versions of FreeBSD
where it isn't the default yet. Wine wants all threads to be
PTHREAD_SCOPE_SYSTEM (visible by kernel) so wineserver can access threads
inside wine processes. With libthr all threads are PTHREAD_SCOPE_SYSTEM
by default. With libkse the initial thread is not which prevents wineserver
from sending signals to it directly, for instance.
Add --verbose to CONFIGURE_FLAGS.
Submitted by: Tijl Coosemans <tijl@ulyssis.org>
Diffstat (limited to 'textproc')
0 files changed, 0 insertions, 0 deletions