Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 288080 | Differences between
and this patch

Collapse All | Expand All

(-)overlay.orig/app-emulation/wine/wine-1.1.30.ebuild (-2 / +3 lines)
Lines 4-10 Link Here
4
4
5
EAPI="2"
5
EAPI="2"
6
6
7
inherit multilib eutils
7
inherit flag-o-matic multilib eutils
8
8
9
if [[ ${PV} == "9999" ]] ; then
9
if [[ ${PV} == "9999" ]] ; then
10
	EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
10
	EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
Lines 93-98 Link Here
93
93
94
src_prepare() {
94
src_prepare() {
95
	epatch "${FILESDIR}"/${PN}-1.1.15-winegcc.patch #260726
95
	epatch "${FILESDIR}"/${PN}-1.1.15-winegcc.patch #260726
96
	epatch "${FILESDIR}"/${PN}-1.1.30-winegcc.patch
96
	epatch_user #282735
97
	epatch_user #282735
97
	sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die
98
	sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die
98
	sed -i '/^MimeType/d' tools/wine.desktop || die #117785
99
	sed -i '/^MimeType/d' tools/wine.desktop || die #117785
Lines 100-106 Link Here
100
101
101
src_configure() {
102
src_configure() {
102
	export LDCONFIG=/bin/true
103
	export LDCONFIG=/bin/true
103
104
	append-flags "-D__C99FEATURES__"
104
	use amd64 && ! use win64 && multilib_toolchain_setup x86
105
	use amd64 && ! use win64 && multilib_toolchain_setup x86
105
106
106
	econf \
107
	econf \

Return to bug 288080