diff options
author | 2015-03-03 21:33:13 +0100 | |
---|---|---|
committer | 2014-05-18 16:03:18 +0200 | |
commit | 93f7b8081643b2be5f34a00b4dfb8c5a823d901d (patch) | |
tree | 7758340b0ecc73baabb3c6e7471ad16864f21b64 /app-emulation/wine | |
parent | wine-1.7.19-r1 from gentoo (diff) | |
download | eroen-93f7b8081643b2be5f34a00b4dfb8c5a823d901d.tar.gz eroen-93f7b8081643b2be5f34a00b4dfb8c5a823d901d.tar.bz2 eroen-93f7b8081643b2be5f34a00b4dfb8c5a823d901d.zip |
wine-1.7.19-r1 - swtor patch
Diffstat (limited to 'app-emulation/wine')
-rw-r--r-- | app-emulation/wine/wine-1.7.19-r1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-1.7.19-r1.ebuild b/app-emulation/wine/wine-1.7.19-r1.ebuild index 011ab65..d9260ce 100644 --- a/app-emulation/wine/wine-1.7.19-r1.ebuild +++ b/app-emulation/wine/wine-1.7.19-r1.ebuild @@ -42,7 +42,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 pipelight +png +prelink pulseaudio +realtime +run-exes samba scanner selinux +ssl 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 pipelight +prelink pulseaudio +realtime +run-exes samba scanner selinux +ssl swtor test +threads +truetype +udisks v4l +X xcomposite xinerama +xml" REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 ) test? ( abi_x86_32 ) elibc_glibc? ( threads ) @@ -310,6 +310,10 @@ src_prepare() { done eend fi + # http://bugs.winehq.org/show_bug.cgi?id=29168 + use swtor && PATCHES+=( + "${FILESDIR}"/${PN}-1.7.1-KUSER_SHARED_DATA_18.patch + ) autotools-utils_src_prepare if [[ "$(md5sum server/protocol.def)" != "${md5}" ]]; then |