diff options
Diffstat (limited to 'app-emulation/wine/wine-1.1.26.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.1.26.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-emulation/wine/wine-1.1.26.ebuild b/app-emulation/wine/wine-1.1.26.ebuild index 736d745264d3..81fa5addf3c8 100644 --- a/app-emulation/wine/wine-1.1.26.ebuild +++ b/app-emulation/wine/wine-1.1.26.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.26.ebuild,v 1.4 2009/12/03 02:56:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.26.ebuild,v 1.5 2009/12/03 03:04:41 vapier Exp $ EAPI="2" -inherit multilib eutils +inherit eutils flag-o-matic multilib if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://source.winehq.org/git/wine.git" @@ -26,7 +26,7 @@ SRC_URI="${SRC_URI} LICENSE="LGPL-2.1" SLOT="0" -IUSE="alsa cups dbus esd +gecko gnutls hal jack jpeg lcms ldap nas ncurses +opengl oss png samba scanner ssl win64 +X xcomposite xinerama xml" +IUSE="alsa cups custom-cflags dbus esd +gecko gnutls hal jack jpeg lcms ldap nas ncurses +opengl oss png samba scanner ssl win64 +X xcomposite xinerama xml" RESTRICT="test" #72375 RDEPEND=">=media-libs/freetype-2.0.0 @@ -95,6 +95,7 @@ src_prepare() { src_configure() { export LDCONFIG=/bin/true + use custom-cflags || strip-flags use amd64 && ! use win64 && multilib_toolchain_setup x86 # XXX: should check out these flags too: |