commit:     1788cd986db0c35c7300d7727f8471a4f11062a1
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 30 17:01:48 2020 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Dec 30 17:03:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1788cd98

dev-lang/lua: remove unneeded reference to BROOT in patches

Bug: https://bugs.gentoo.org/739764
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 dev-lang/lua/files/lua-5.4.2-make.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 0f66aa6e4db..8758e88de91 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

Reply via email to