mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
b0f8db3b55
Compilation may fail on a system with an old Mesa3 port installed or if X11 headers from XFree-3.9.x are found on a system. This can be manually fixed by undefining all occurences of DGA/DGA2 and references to GL libraries in include/config.h in the work directory. Kernel patches are provided for 3.3-stable: see the files directory of the port (or $PREFIX/lib/wine/README.patches). The port upgrade is based on patches sent by Jürgen Lock (Thanks!) PR: 14652 Submitted by: nox@jelal.kn-bremen.de (Juergen Lock)
5 lines
248 B
Plaintext
5 lines
248 B
Plaintext
In order to use wine you need to build and install a new kernel with
|
|
options USER_LDT, SYSVSHM, SYSVSEM, and SYSVMSG. Before you do that,
|
|
you may want to apply the patches in %%PREFIX%%/lib/wine to your
|
|
kernel sources, see the README.patch there.
|