mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +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)
41 lines
709 B
Plaintext
41 lines
709 B
Plaintext
*** wine.ini.orig Sun Oct 31 03:23:49 1999
|
|
--- wine.ini Sat Nov 13 13:36:18 1999
|
|
***************
|
|
*** 53,57 ****
|
|
Temp=e:\
|
|
Path=c:\windows;c:\windows\system;e:\;e:\test;f:\
|
|
! SymbolTableFile=./wine.sym
|
|
|
|
# <wineconf>
|
|
--- 53,57 ----
|
|
Temp=e:\
|
|
Path=c:\windows;c:\windows\system;e:\;e:\test;f:\
|
|
! SymbolTableFile=/usr/local/etc/wine.sym
|
|
|
|
# <wineconf>
|
|
***************
|
|
*** 107,117 ****
|
|
|
|
[serialports]
|
|
! Com1=/dev/ttyS0
|
|
! Com2=/dev/ttyS1
|
|
Com3=/dev/modem,38400
|
|
Com4=/dev/modem
|
|
|
|
[parallelports]
|
|
! Lpt1=/dev/lp0
|
|
|
|
[spooler]
|
|
--- 107,117 ----
|
|
|
|
[serialports]
|
|
! Com1=/dev/ttyd0
|
|
! Com2=/dev/ttyd1
|
|
Com3=/dev/modem,38400
|
|
Com4=/dev/modem
|
|
|
|
[parallelports]
|
|
! Lpt1=/dev/lpt0
|
|
|
|
[spooler]
|