diff options
author | John J. Ellis <jje@gentoo.org> | 2003-05-11 02:35:23 +0000 |
---|---|---|
committer | John J. Ellis <jje@gentoo.org> | 2003-05-11 02:35:23 +0000 |
commit | 14f074b275422f909631fd9e2b6b63423e43a4b0 (patch) | |
tree | c076d2969a66a34820e6218fe584b2948a7a6604 /media-sound/ardour-cvs | |
parent | Minor tweaks. (diff) | |
download | historical-14f074b275422f909631fd9e2b6b63423e43a4b0.tar.gz historical-14f074b275422f909631fd9e2b6b63423e43a4b0.tar.bz2 historical-14f074b275422f909631fd9e2b6b63423e43a4b0.zip |
Minor tweaks.
Diffstat (limited to 'media-sound/ardour-cvs')
-rw-r--r-- | media-sound/ardour-cvs/Manifest | 4 | ||||
-rw-r--r-- | media-sound/ardour-cvs/ardour-cvs-0.6.4.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/media-sound/ardour-cvs/Manifest b/media-sound/ardour-cvs/Manifest index 1720457a3125..08053b09f7fc 100644 --- a/media-sound/ardour-cvs/Manifest +++ b/media-sound/ardour-cvs/Manifest @@ -1,4 +1,4 @@ -MD5 4661852a37d15118c4813be7e21a48b6 ChangeLog 1969 -MD5 ca3e34ad1c680cf7c0b70161dca9bdc7 ardour-cvs-0.6.4.ebuild 3075 +MD5 96240a1925ed4baa9beee010a498e65b ChangeLog 1970 +MD5 aa393b089cb5ed207e473f97c76b7177 ardour-cvs-0.6.4.ebuild 3075 MD5 5bfe23209b494a8d0e56b22917448e8b files/asoundrc 74 MD5 dd3df3c6861244c6791c849acb00b7c9 files/digest-ardour-cvs-0.6.4 70 diff --git a/media-sound/ardour-cvs/ardour-cvs-0.6.4.ebuild b/media-sound/ardour-cvs/ardour-cvs-0.6.4.ebuild index 877ff359e5bc..5242273cad14 100644 --- a/media-sound/ardour-cvs/ardour-cvs-0.6.4.ebuild +++ b/media-sound/ardour-cvs/ardour-cvs-0.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour-cvs/ardour-cvs-0.6.4.ebuild,v 1.2 2003/05/09 10:59:30 jje Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour-cvs/ardour-cvs-0.6.4.ebuild,v 1.3 2003/05/11 02:35:12 jje Exp $ IUSE="nls" @@ -36,8 +36,8 @@ S="${WORKDIR}/${PN/-cvs/}" src_compile() { - local myconf - + local myconf="--disable-dependency-tracking" + export WANT_AUTOCONF_2_5=1 sh autogen.sh # nasty little hack to create version.h, will remove when this # is fixed upstream... |