diff options
author | eroen <eroen@falcon.eroen.eu> | 2015-03-03 21:50:34 +0100 |
---|---|---|
committer | eroen <eroen@occam.eroen.eu> | 2014-05-07 12:32:14 +0200 |
commit | f0b4dc5549755ff28b1852bc3390c3d8d99fb767 (patch) | |
tree | 4f8bfba743eabe2e718099530c0634c89702510b /app-emulation | |
parent | wine-1.7.18 - swtor patch (diff) | |
download | eroen-f0b4dc5549755ff28b1852bc3390c3d8d99fb767.tar.gz eroen-f0b4dc5549755ff28b1852bc3390c3d8d99fb767.tar.bz2 eroen-f0b4dc5549755ff28b1852bc3390c3d8d99fb767.zip |
wine-1.7.18 - teso patch
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/wine-1.7.18.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-1.7.18.ebuild b/app-emulation/wine/wine-1.7.18.ebuild index 6fd0564..d379199 100644 --- a/app-emulation/wine/wine-1.7.18.ebuild +++ b/app-emulation/wine/wine-1.7.18.ebuild @@ -39,7 +39,7 @@ SRC_URI="${SRC_URI} LICENSE="LGPL-2.1" SLOT="0" -IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc +fontconfig +gecko gphoto2 gsm gstreamer +jpeg lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl +png +prelink pulseaudio +realtime +run-exes samba scanner selinux +ssl swtor test +threads +truetype +udisks v4l +X xcomposite xinerama +xml" +IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc +fontconfig +gecko gphoto2 gsm gstreamer +jpeg lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl +png +prelink pulseaudio +realtime +run-exes samba scanner selinux +ssl swtor teso test +threads +truetype +udisks v4l +X xcomposite xinerama +xml" REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 ) test? ( abi_x86_32 ) elibc_glibc? ( threads ) @@ -286,6 +286,10 @@ src_prepare() { use swtor && PATCHES+=( "${FILESDIR}"/${PN}-1.7.1-KUSER_SHARED_DATA_18.patch ) + # http://bugs.winehq.org/show_bug.cgi?id=34388 + use teso && PATCHES+=( + "${FILESDIR}"/${PN}-1.7.2-crypt32-Skip-unknown-item-when.patch + ) autotools-utils_src_prepare |