2014-02-16 18:59:48 +11:00
|
|
|
Note that wine compiles twice for 32bit and 64bit use and as such
|
|
|
|
requires compat-32 ports tree to be enabled to work.
|
2006-02-23 15:26:10 +00:00
|
|
|
|
2014-02-16 18:59:48 +11:00
|
|
|
You could edit wine to only compile 64bit only but then you can
|
|
|
|
only run PE64 bit binaries.
|
2006-02-23 15:26:10 +00:00
|
|
|
|
2014-02-16 18:59:48 +11:00
|
|
|
You enable compat-32 by.
|
2006-02-23 15:26:10 +00:00
|
|
|
|
2014-02-16 18:59:48 +11:00
|
|
|
mv /etc/ports/compat-32.rsync.inactive /etc/ports/compat-32.rsync
|
2012-12-23 23:58:31 +11:00
|
|
|
|
2014-02-16 18:59:48 +11:00
|
|
|
$EDITOR /etc/prt-get.conf
|
2006-02-23 15:26:10 +00:00
|
|
|
|
2014-02-16 18:59:48 +11:00
|
|
|
And add:
|
2006-02-23 15:26:10 +00:00
|
|
|
|
2014-02-16 18:59:48 +11:00
|
|
|
prtdir /usr/ports/compat-32
|
2006-02-23 15:26:10 +00:00
|
|
|
|
2014-02-16 18:59:48 +11:00
|
|
|
Also be sure to enable:
|
2006-02-23 15:26:10 +00:00
|
|
|
|
2014-02-16 18:59:48 +11:00
|
|
|
runscripts yes
|