From 1788cd986db0c35c7300d7727f8471a4f11062a1 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Wed, 30 Dec 2020 11:01:48 -0600 Subject: dev-lang/lua: remove unneeded reference to BROOT in patches Bug: https://bugs.gentoo.org/739764 Signed-off-by: William Hubbs --- dev-lang/lua/files/lua-5.4.2-make.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-lang') diff --git a/dev-lang/lua/files/lua-5.4.2-make.patch b/dev-lang/lua/files/lua-5.4.2-make.patch index 0f66aa6e4db9..8758e88de91b 100644 --- a/dev-lang/lua/files/lua-5.4.2-make.patch +++ b/dev-lang/lua/files/lua-5.4.2-make.patch @@ -25,7 +25,7 @@ index 1797df9..90284d8 100644 +# Use libtool for binary installs, etc. + +export V -+export LIBTOOL = $(BROOT)/usr/bin/libtool --quiet --tag=CC ++export LIBTOOL = /usr/bin/libtool --quiet --tag=CC +# See libtool manual about how to set this + +gentoo_clean: @@ -71,7 +71,7 @@ index 514593d..8af8f99 100644 # (end of Makefile) + -+export LIBTOOL = $(BROOT)/usr/bin/libtool --quiet --tag=CC ++export LIBTOOL = /usr/bin/libtool --quiet --tag=CC +export LIB_VERSION = 6:1:1 + +# The following rules use libtool for compiling and linking in order to -- cgit v1.2.3-65-gdbad