From d64d64c93061ce4eefded7a6ac4608f3a0871808 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Diego=20Elio=20Petten=C3=B2?= Date: Sat, 17 Feb 2007 01:03:12 +0000 Subject: [PATCH] Don't abuse $ROOT. Package-Manager: portage-2.1.2-r9 --- media-sound/mt-daapd/ChangeLog | 5 ++++- media-sound/mt-daapd/mt-daapd-0.3.0_pre1376.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/media-sound/mt-daapd/ChangeLog b/media-sound/mt-daapd/ChangeLog index f033aa032c49..7823ed24e504 100644 --- a/media-sound/mt-daapd/ChangeLog +++ b/media-sound/mt-daapd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/mt-daapd # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mt-daapd/ChangeLog,v 1.49 2007/02/17 01:02:34 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mt-daapd/ChangeLog,v 1.50 2007/02/17 01:03:12 flameeyes Exp $ + + 17 Feb 2007; Diego Pettenò ChangeLog: + Don't abuse $ROOT. 17 Feb 2007; Diego Pettenò mt-daapd-0.3.0_pre1376.ebuild: diff --git a/media-sound/mt-daapd/mt-daapd-0.3.0_pre1376.ebuild b/media-sound/mt-daapd/mt-daapd-0.3.0_pre1376.ebuild index bbfa3639593b..4f4d65057c07 100644 --- a/media-sound/mt-daapd/mt-daapd-0.3.0_pre1376.ebuild +++ b/media-sound/mt-daapd/mt-daapd-0.3.0_pre1376.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mt-daapd/mt-daapd-0.3.0_pre1376.ebuild,v 1.2 2007/01/17 18:26:45 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mt-daapd/mt-daapd-0.3.0_pre1376.ebuild,v 1.3 2007/02/17 01:02:34 flameeyes Exp $ inherit eutils flag-o-matic base @@ -74,7 +74,7 @@ src_compile() { $(use_enable !sqlite3 sqlite) \ $(use_enable sqlite3) \ $(use_enable ffmpeg) \ - --with-ffmpeg-includes=${ROOT}/usr/include/ffmpeg \ + --with-ffmpeg-includes=/usr/include/ffmpeg \ ${myconf} || die "configure failed" emake || die "make failed" -- 2.26.2