diff options
author | Lars Weiler <pylon@gentoo.org> | 2004-03-17 07:39:46 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2004-03-17 07:39:46 +0000 |
commit | 0cc28aaf899d8bdea6cc3dfc0682bd8a476ac9b4 (patch) | |
tree | 79437ef6ce93c56846b63fa9a945fdf6eeabda52 /app-cdr | |
parent | Initial Import ;) (diff) | |
download | historical-0cc28aaf899d8bdea6cc3dfc0682bd8a476ac9b4.tar.gz historical-0cc28aaf899d8bdea6cc3dfc0682bd8a476ac9b4.tar.bz2 historical-0cc28aaf899d8bdea6cc3dfc0682bd8a476ac9b4.zip |
fixed --enable-debug as mentioned in bug 44921
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/cdrdao/Manifest | 2 | ||||
-rw-r--r-- | app-cdr/cdrdao/cdrdao-1.1.8-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-cdr/cdrdao/Manifest b/app-cdr/cdrdao/Manifest index ddfb3762cf57..03644a1304e9 100644 --- a/app-cdr/cdrdao/Manifest +++ b/app-cdr/cdrdao/Manifest @@ -3,7 +3,7 @@ MD5 40d8c8936e6bd657d558993a17cd99a4 cdrdao-1.1.7-r2.ebuild 2742 MD5 2c25e3db297f0e8289c305717b57d8f0 cdrdao-1.1.7.ebuild 1943 MD5 bab69ebf527bd1791f4969f30c35cb38 metadata.xml 417 MD5 2cd045e56443e0408ce72c682eaf9ac6 cdrdao-1.1.7-r3.ebuild 3032 -MD5 2abaedc35d0afd950dd5db6c5adfaa28 cdrdao-1.1.8-r1.ebuild 1795 +MD5 ccea71451a447aab1ee1c7d3d3c78735 cdrdao-1.1.8-r1.ebuild 1790 MD5 b947425a706844668b6bf8c1e60b9b34 cdrdao-1.1.8.ebuild 1412 MD5 1bd898276248137b5368abe381d1f0dd ChangeLog 5357 MD5 3ea011fa1308fc478529300a80443aab files/cdrdao-1.1.5-c++.patch 1622 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 |