diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-02-17 01:02:34 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-02-17 01:02:34 +0000 |
commit | 483e35a3f9853da52a0583444a32af1a8e51360a (patch) | |
tree | 7d38cba0a7dfb47d3c98de8ba0aa1d0b361d6634 /media-sound/mt-daapd | |
parent | Remove old versions. (diff) | |
download | gentoo-2-483e35a3f9853da52a0583444a32af1a8e51360a.tar.gz gentoo-2-483e35a3f9853da52a0583444a32af1a8e51360a.tar.bz2 gentoo-2-483e35a3f9853da52a0583444a32af1a8e51360a.zip |
Don't abuse $ROOT.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'media-sound/mt-daapd')
-rw-r--r-- | media-sound/mt-daapd/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/mt-daapd/mt-daapd-0.3.0_pre1376.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/mt-daapd/ChangeLog b/media-sound/mt-daapd/ChangeLog index 81a6e8bd19cc..f033aa032c49 100644 --- a/media-sound/mt-daapd/ChangeLog +++ b/media-sound/mt-daapd/ChangeLog @@ -1,6 +1,10 @@ # 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.48 2007/01/17 18:26:45 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mt-daapd/ChangeLog,v 1.49 2007/02/17 01:02:34 flameeyes Exp $ + + 17 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> + mt-daapd-0.3.0_pre1376.ebuild: + Don't abuse $ROOT. 17 Jan 2007; Fabian Groffen <grobian@gentoo.org> mt-daapd-0.2.4.ebuild, 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" |