commit 64bf9817832b9e2f8709f7dbd3ea79361b78b64a Author: Danny Rawlins <monster.romster@gmail.com> Date: Sun Apr 3 11:59:26 2016 +1000 wine update README for ccache use diff --git a/wine/Pkgfile b/wine/Pkgfile index 6c97fb0..32fb5a5 100644 --- a/wine/Pkgfile +++ b/wine/Pkgfile @@ -3,6 +3,7 @@ # Maintainer: Danny Rawlins, crux at romster dot me # Packager: Daniel Walpole, daniel at walpole dot id dot au # Depends on:fontconfig-32 freeglut-32 xorg-libxcomposite-32 xorg-libxcursor-32 xorg-libxinerama-32 xorg-libxrandr-32 xorg-libxxf86dga-32 alsa-lib-32 libpng-32 libjpeg-turbo-32 prelink gnutls-32 gcc48 +# Optional: gcc48-ccache-bindings name=wine version=1.9.7 diff --git a/wine/README b/wine/README index 421892b..aeed806 100644 --- a/wine/README +++ b/wine/README @@ -10,10 +10,16 @@ mv /etc/ports/compat-32.rsync.inactive /etc/ports/compat-32.rsync $EDITOR /etc/prt-get.conf -And add: +And uncomment: prtdir /usr/ports/compat-32 Also be sure to enable: runscripts yes + +To speed up building wine multiple times also: + +prt-get depinst gcc48-ccache-bindings + +And configure ccache https://crux.nu/Wiki/HowToSpeedUpBuildingPackages#ccache