diff options
Diffstat (limited to 'sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild')
-rw-r--r-- | sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild b/sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild index 2a6b0cdb9d81..c8107944cee7 100644 --- a/sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild +++ b/sys-boot/vboot-utils/vboot-utils-42_p20150219.ebuild @@ -35,6 +35,7 @@ S=${WORKDIR} src_prepare() { epatch "${FILESDIR}"/${P}-cgpt-static.patch + epatch "${FILESDIR}"/${P}-sysmacros.patch #580554 sed -i \ -e 's: -Werror : :g' \ -e 's:${DESTDIR}/\(bin\|${LIBDIR}\):${DESTDIR}/usr/\1:g' \ |