diff options
author | eroen <eroen@falcon.eroen.eu> | 2015-03-03 21:50:34 +0100 |
---|---|---|
committer | eroen <eroen@falcon.eroen.eu> | 2014-04-12 00:28:13 +0200 |
commit | 2a589473cdd4b081a84cccf35e8a9e6e4892e949 (patch) | |
tree | b8f38952a1ad7b9c3e92ca000a0964fb92913208 /app-emulation | |
parent | wine-1.7.16 - swtor patch (diff) | |
download | eroen-2a589473cdd4b081a84cccf35e8a9e6e4892e949.tar.gz eroen-2a589473cdd4b081a84cccf35e8a9e6e4892e949.tar.bz2 eroen-2a589473cdd4b081a84cccf35e8a9e6e4892e949.zip |
wine-1.7.16 - teso patch
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/wine-1.7.16.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-1.7.16.ebuild b/app-emulation/wine/wine-1.7.16.ebuild index 6fd0564..d379199 100644 --- a/app-emulation/wine/wine-1.7.16.ebuild +++ b/app-emulation/wine/wine-1.7.16.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 |