diff options
author | 2015-03-03 21:50:34 +0100 | |
---|---|---|
committer | 2014-04-27 03:16:51 +0200 | |
commit | 5d1cbbb04452f20b99b1c313e9467e01ebf8a4f7 (patch) | |
tree | 352291134639cd54a476fa50c3e282a2643fca47 /app-emulation/wine | |
parent | wine-1.7.17 - swtor patch (diff) | |
download | eroen-5d1cbbb04452f20b99b1c313e9467e01ebf8a4f7.tar.gz eroen-5d1cbbb04452f20b99b1c313e9467e01ebf8a4f7.tar.bz2 eroen-5d1cbbb04452f20b99b1c313e9467e01ebf8a4f7.zip |
wine-1.7.17 - teso patch
Diffstat (limited to 'app-emulation/wine')
-rw-r--r-- | app-emulation/wine/wine-1.7.17.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-1.7.17.ebuild b/app-emulation/wine/wine-1.7.17.ebuild index 6fd0564..d379199 100644 --- a/app-emulation/wine/wine-1.7.17.ebuild +++ b/app-emulation/wine/wine-1.7.17.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 |