diff options
author | Benda Xu <heroxbd@gentoo.org> | 2016-06-26 21:17:57 +0900 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2016-06-26 21:18:23 +0900 |
commit | 4acb78ef9ac26d0c2664ca84e13d2f18ba277a33 (patch) | |
tree | 51f133220176acc014c6b599fb3932d169ac1b04 | |
parent | media-gfx/optipng: cleanup vulnerable versions per security bug #561882 (diff) | |
download | gentoo-4acb78ef9ac26d0c2664ca84e13d2f18ba277a33.tar.gz gentoo-4acb78ef9ac26d0c2664ca84e13d2f18ba277a33.tar.bz2 gentoo-4acb78ef9ac26d0c2664ca84e13d2f18ba277a33.zip |
dev-util/unifdef: support Prefix.
Package-Manager: portage-2.2.28
-rw-r--r-- | dev-util/unifdef/unifdef-2.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/unifdef/unifdef-2.11.ebuild b/dev-util/unifdef/unifdef-2.11.ebuild index 5a937489bd27..aeda647752ab 100644 --- a/dev-util/unifdef/unifdef-2.11.ebuild +++ b/dev-util/unifdef/unifdef-2.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,6 +16,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~spar DOCS=( README ) src_prepare() { - sed -i '/^prefix/s:=.*:=/usr:' Makefile || die + sed -i "/^prefix/s:=.*:=${EPREFIX}/usr:" Makefile || die tc-export CC } |