From 0095adcfa5a350446f6b3c0365b3f7b8f4880095 Mon Sep 17 00:00:00 2001 From: Daniel Harris Date: Mon, 21 Aug 2000 19:27:04 +0000 Subject: Removed patch-3.3-sys-ldtshare and update README.patch accordingly. PR: 11287 Submitted by: MAINTAINER --- emulators/wine/files/README.patch | 31 ++----------------------------- 1 file changed, 2 insertions(+), 29 deletions(-) (limited to 'emulators/wine') diff --git a/emulators/wine/files/README.patch b/emulators/wine/files/README.patch index f404b7486cca..4ed3bf47db79 100644 --- a/emulators/wine/files/README.patch +++ b/emulators/wine/files/README.patch @@ -3,11 +3,6 @@ Here are some patches for FreeBSD's kernel that are necessary for wine They unfortunately didn't make it into the base distribution in time for the 3.3 release code freeze... -patch-3.3-sys-ldtshare: -make kernel threads (rfork(), which wine uses) share one LDT instead of -each having its own. this fixes the same problem that wine also had on -linux kernels before 2.2. - patch-3.3-sys-sigtrap: stop wine's SIGTRAP handler from being called in the sigreturn syscall, causing problems for wine's internal debugger. (it would still @@ -29,7 +24,6 @@ just hit ^C then...) Apply as follows: - (cd /usr/src/sys && patch )