summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Weiler <pylon@gentoo.org>2004-03-17 07:39:46 +0000
committerLars Weiler <pylon@gentoo.org>2004-03-17 07:39:46 +0000
commit95db1e14abe5fe40c54f44cbbb2b0904e6f5b304 (patch)
treec3306611103f7b9952da988945040bcc97cafea2 /app-cdr/cdrdao
parentInitial Import ;) (Manifest recommit) (diff)
downloadgentoo-2-95db1e14abe5fe40c54f44cbbb2b0904e6f5b304.tar.gz
gentoo-2-95db1e14abe5fe40c54f44cbbb2b0904e6f5b304.tar.bz2
gentoo-2-95db1e14abe5fe40c54f44cbbb2b0904e6f5b304.zip
fixed --enable-debug as mentioned in bug 44921
Diffstat (limited to 'app-cdr/cdrdao')
-rw-r--r--app-cdr/cdrdao/cdrdao-1.1.8-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-cdr/cdrdao/cdrdao-1.1.8-r1.ebuild b/app-cdr/cdrdao/cdrdao-1.1.8-r1.ebuild
index 435ef753ca4d..9b922770127b 100644
--- a/app-cdr/cdrdao/cdrdao-1.1.8-r1.ebuild
+++ b/app-cdr/cdrdao/cdrdao-1.1.8-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrdao/cdrdao-1.1.8-r1.ebuild,v 1.1 2004/03/17 04:25:23 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrdao/cdrdao-1.1.8-r1.ebuild,v 1.2 2004/03/17 07:39:46 pylon Exp $
inherit flag-o-matic eutils
@@ -48,7 +48,7 @@ src_compile() {
./configure --build="${CHOST}"\
--host="${CHOST}" \
--prefix=/usr \
- `use_enable debug debug=full` \
+ `use_enable debug debug` \
`use_with gnome gnome` || die "configure failed"
emake || die