diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-23 01:36:53 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-23 01:36:53 +0000 |
commit | 8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch) | |
tree | 1c37a6088704b234484b1352cd1f882fb2a253ad /emulators/wine-devel/files/README.patch | |
parent | c9396a78f758664f44aa3d601d25c18c74372c10 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Notes
Notes:
svn path=/head/; revision=33029
svn path=/tags/RELEASE_4_1_1/; revision=33030; tag=release/4.1.1
Diffstat (limited to 'emulators/wine-devel/files/README.patch')
-rw-r--r-- | emulators/wine-devel/files/README.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/emulators/wine-devel/files/README.patch b/emulators/wine-devel/files/README.patch deleted file mode 100644 index bfa3c615057e..000000000000 --- a/emulators/wine-devel/files/README.patch +++ /dev/null @@ -1,20 +0,0 @@ -Here are some patches for FreeBSD's kernel that are necessary for Wine -(Well not strictly _necessary_ but without them parts of it won't work). -They unfortunately didn't make it into the base distribution in time -for the 3.3 release code freeze... - -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 -correctly show a crash backtrace but all commands that use single- -stepping failed.) - -Apply as follows: - - (cd /usr/src/sys && patch ) <patch-3.3-sys-sigtrap - -and build a new kernel. (Don't forget to include the options USER_LDT, -SYSVSHM, SYSVSEM, and SYSVMSG which are required by Wine.) - -4.x users: The sigtrap patch looks like it could also apply to 4.x but I -haven't tried. |