summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-04-11 21:58:55 +0000
committerMike Frysinger <vapier@gentoo.org>2006-04-11 21:58:55 +0000
commitd55ff7cbf485ff41ecdc2682517b436ef34b37f0 (patch)
treea25d3566549e0d5b4f25efc3bdb1e3c02f61b290 /app-emulation
parentStable on sparc (diff)
downloadgentoo-2-d55ff7cbf485ff41ecdc2682517b436ef34b37f0.tar.gz
gentoo-2-d55ff7cbf485ff41ecdc2682517b436ef34b37f0.tar.bz2
gentoo-2-d55ff7cbf485ff41ecdc2682517b436ef34b37f0.zip
need to fix the winegcc code rather than hacking individual sections of code #129557
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/wine/wine-0.9.11.ebuild12
1 files changed, 2 insertions, 10 deletions
diff --git a/app-emulation/wine/wine-0.9.11.ebuild b/app-emulation/wine/wine-0.9.11.ebuild
index 24be12070bfe..1947e3a85a33 100644
--- a/app-emulation/wine/wine-0.9.11.ebuild
+++ b/app-emulation/wine/wine-0.9.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.11.ebuild,v 1.4 2006/04/10 23:07:01 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.11.ebuild,v 1.5 2006/04/11 21:58:55 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/wine-${PV}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* -amd64 ~x86"
IUSE="alsa arts cups debug esd gif glut jack jpeg lcms ldap nas ncurses opengl oss scanner truetype xml X"
RESTRICT="test" #72375
@@ -70,14 +70,6 @@ src_unpack() {
sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in
epatch "${FILESDIR}"/wine-gentoo-no-ssp.patch #66002
sed -i '/^MimeType/d' tools/wine.desktop || die #117785
-
- # disable X include / lib searching as we setup our toolchain
- # to properly locate the files ... otherwise, it'll use the host
- # `xmkmf` binary which reports 'lib64' on amd64. boo!
- sed -i \
- -e '/^x_includes=/s:=NONE:=:' \
- -e '/^x_libraries=/s:=NONE:=:' \
- configure || die
}
config_cache() {