diff options
author | William Hubbs <williamh@gentoo.org> | 2020-12-30 11:01:48 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2020-12-30 11:03:27 -0600 |
commit | 1788cd986db0c35c7300d7727f8471a4f11062a1 (patch) | |
tree | 07ae2a3ff4e5a93c2a3378e8efe2800d4deff0e1 /dev-lang | |
parent | dev-lang/perl: re-keyword 5.32.0-r1 (it's still masked though) (diff) | |
download | gentoo-1788cd986db0c35c7300d7727f8471a4f11062a1.tar.gz gentoo-1788cd986db0c35c7300d7727f8471a4f11062a1.tar.bz2 gentoo-1788cd986db0c35c7300d7727f8471a4f11062a1.zip |
dev-lang/lua: remove unneeded reference to BROOT in patches
Bug: https://bugs.gentoo.org/739764
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/lua/files/lua-5.4.2-make.patch | 4 |
1 files 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 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 |