summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-12-03 15:09:50 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-12-03 15:09:50 +0000
commit4c3cc9786024507f7331285270a22ce6d960d86f (patch)
treede37c0f90f71500ebf061587e71d9e8d9bc8c070 /media-libs/flac/flac-1.1.2-r8.ebuild
parentStable on x86, bug #155901. (diff)
downloadgentoo-2-4c3cc9786024507f7331285270a22ce6d960d86f.tar.gz
gentoo-2-4c3cc9786024507f7331285270a22ce6d960d86f.tar.bz2
gentoo-2-4c3cc9786024507f7331285270a22ce6d960d86f.zip
Bump to flac-1.1.3 final, fix AM_PATH_XMMS removal.
(Portage version: 2.1.2_rc2-r3)
Diffstat (limited to 'media-libs/flac/flac-1.1.2-r8.ebuild')
-rw-r--r--media-libs/flac/flac-1.1.2-r8.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/flac/flac-1.1.2-r8.ebuild b/media-libs/flac/flac-1.1.2-r8.ebuild
index caf8f1db21cf..3dd27edbef9e 100644
--- a/media-libs/flac/flac-1.1.2-r8.ebuild
+++ b/media-libs/flac/flac-1.1.2-r8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.1.2-r8.ebuild,v 1.3 2006/11/25 11:07:23 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.1.2-r8.ebuild,v 1.4 2006/12/03 15:09:50 flameeyes Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="latest"
@@ -36,7 +36,7 @@ src_unpack() {
export EPATCH_EXCLUDE="130_all_visibility.patch 140_all_visibility-xmms.patch 160_all_protected.patch"
# Hard-disable the XMMS plugin now that XMMS is removed.
- sed -i -e '/AM_PATH_XMMS/d' "${S}/configure.in"
+ sed -i -e '/AM_PATH_XMMS/s:^.*$:true:' "${S}/configure.in"
EPATCH_SUFFIX="patch" \
epatch "${WORKDIR}/patches"