summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-02-13 07:20:53 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-02-13 07:20:53 +0000
commit6f043c3069c50ad65958f324f19fea5f97ca0059 (patch)
tree4b73bd225728485073ba2003cb2fcb8f24f92104 /media-sound/audacity
parentBump to 2.12.4 (diff)
downloadgentoo-2-6f043c3069c50ad65958f324f19fea5f97ca0059.tar.gz
gentoo-2-6f043c3069c50ad65958f324f19fea5f97ca0059.tar.bz2
gentoo-2-6f043c3069c50ad65958f324f19fea5f97ca0059.zip
fix --with-expat configure call, pointed out by ranger and rbu in bug #253493
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/audacity')
-rw-r--r--media-sound/audacity/ChangeLog7
-rw-r--r--media-sound/audacity/audacity-1.3.6.ebuild4
-rw-r--r--media-sound/audacity/audacity-1.3.7.ebuild4
3 files changed, 10 insertions, 5 deletions
diff --git a/media-sound/audacity/ChangeLog b/media-sound/audacity/ChangeLog
index c468465486d2..3a38d982b444 100644
--- a/media-sound/audacity/ChangeLog
+++ b/media-sound/audacity/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/audacity
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.115 2009/02/12 17:42:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.116 2009/02/13 07:20:53 aballier Exp $
+
+ 13 Feb 2009; Alexis Ballier <aballier@gentoo.org> audacity-1.3.6.ebuild,
+ audacity-1.3.7.ebuild:
+ fix --with-expat configure call, pointed out by ranger and rbu in bug
+ #253493
12 Feb 2009; Jeroen Roovers <jer@gentoo.org> audacity-1.3.6.ebuild:
Stable for HPPA (bug #253493).
diff --git a/media-sound/audacity/audacity-1.3.6.ebuild b/media-sound/audacity/audacity-1.3.6.ebuild
index b0a68efd63c7..a3126da6f3a6 100644
--- a/media-sound/audacity/audacity-1.3.6.ebuild
+++ b/media-sound/audacity/audacity-1.3.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild,v 1.6 2009/02/12 17:42:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.6.ebuild,v 1.7 2009/02/13 07:20:53 aballier Exp $
EAPI=2
@@ -69,7 +69,7 @@ src_configure() {
--enable-nyquist \
$(use_enable ladspa) \
--with-libsndfile=system \
- --with-libexpat=system \
+ --with-expat=system \
$(use_with libsamplerate) \
$(use_with !libsamplerate libresample) \
$(use_with vorbis libvorbis) \
diff --git a/media-sound/audacity/audacity-1.3.7.ebuild b/media-sound/audacity/audacity-1.3.7.ebuild
index 618a1d34c0db..2c6236f4b49a 100644
--- a/media-sound/audacity/audacity-1.3.7.ebuild
+++ b/media-sound/audacity/audacity-1.3.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.7.ebuild,v 1.1 2009/02/03 07:45:20 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.7.ebuild,v 1.2 2009/02/13 07:20:53 aballier Exp $
EAPI=2
@@ -68,7 +68,7 @@ src_configure() {
--enable-nyquist \
$(use_enable ladspa) \
--with-libsndfile=system \
- --with-libexpat=system \
+ --with-expat=system \
$(use_with libsamplerate) \
$(use_with !libsamplerate libresample) \
$(use_with vorbis libvorbis) \