diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-02-17 01:03:12 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-02-17 01:03:12 +0000 |
commit | d64d64c93061ce4eefded7a6ac4608f3a0871808 (patch) | |
tree | f218ce8a06958c7473810f0c685b99541f174f0f /media-sound | |
parent | Don't abuse $ROOT. (diff) | |
download | historical-d64d64c93061ce4eefded7a6ac4608f3a0871808.tar.gz historical-d64d64c93061ce4eefded7a6ac4608f3a0871808.tar.bz2 historical-d64d64c93061ce4eefded7a6ac4608f3a0871808.zip |
Don't abuse $ROOT.
Package-Manager: portage-2.1.2-r9
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/mt-daapd/ChangeLog | 5 | ||||
-rw-r--r-- | 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ò <flameeyes@gentoo.org> ChangeLog: + Don't abuse $ROOT. 17 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> 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" |