summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-11-02 01:23:57 +0000
committerMike Frysinger <vapier@gentoo.org>2004-11-02 01:23:57 +0000
commit32632b879dca33d51feab7546666e2650ea83c41 (patch)
tree761b705faf0f3a305709518cc030bf35e6a0ae5b /app-emulation/wine/wine-20041019-r3.ebuild
parentKeywords ~amd64. (Manifest recommit) (diff)
downloadgentoo-2-32632b879dca33d51feab7546666e2650ea83c41.tar.gz
gentoo-2-32632b879dca33d51feab7546666e2650ea83c41.tar.bz2
gentoo-2-32632b879dca33d51feab7546666e2650ea83c41.zip
USE=debug is broken in this release
Diffstat (limited to 'app-emulation/wine/wine-20041019-r3.ebuild')
-rw-r--r--app-emulation/wine/wine-20041019-r3.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/app-emulation/wine/wine-20041019-r3.ebuild b/app-emulation/wine/wine-20041019-r3.ebuild
index c8239c31b300..41ee79262bfe 100644
--- a/app-emulation/wine/wine-20041019-r3.ebuild
+++ b/app-emulation/wine/wine-20041019-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20041019-r3.ebuild,v 1.1 2004/11/01 14:00:01 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20041019-r3.ebuild,v 1.2 2004/11/02 01:23:57 vapier Exp $
inherit eutils flag-o-matic
@@ -66,13 +66,14 @@ src_compile() {
strip-flags
# $(use_enable amd64 win64)
+ # USE=debug is broken in this release
+ # $(use_enable debug trace)
+ # $(use_enable debug)
econf \
--sysconfdir=/etc/wine \
$(use_with ncurses curses) \
$(use_with opengl) \
$(use_with X x) \
- $(use_enable debug trace) \
- $(use_enable debug) \
|| die "configure failed"
emake -j1 depend || die "depend"