Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/lua/files/
Date: Wed, 30 Dec 2020 17:03:44
Message-Id: 1609347807.1788cd986db0c35c7300d7727f8471a4f11062a1.williamh@gentoo
1 commit: 1788cd986db0c35c7300d7727f8471a4f11062a1
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 30 17:01:48 2020 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 30 17:03:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1788cd98
7
8 dev-lang/lua: remove unneeded reference to BROOT in patches
9
10 Bug: https://bugs.gentoo.org/739764
11 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
12
13 dev-lang/lua/files/lua-5.4.2-make.patch | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-lang/lua/files/lua-5.4.2-make.patch b/dev-lang/lua/files/lua-5.4.2-make.patch
17 index 0f66aa6e4db..8758e88de91 100644
18 --- a/dev-lang/lua/files/lua-5.4.2-make.patch
19 +++ b/dev-lang/lua/files/lua-5.4.2-make.patch
20 @@ -25,7 +25,7 @@ index 1797df9..90284d8 100644
21 +# Use libtool for binary installs, etc.
22 +
23 +export V
24 -+export LIBTOOL = $(BROOT)/usr/bin/libtool --quiet --tag=CC
25 ++export LIBTOOL = /usr/bin/libtool --quiet --tag=CC
26 +# See libtool manual about how to set this
27 +
28 +gentoo_clean:
29 @@ -71,7 +71,7 @@ index 514593d..8af8f99 100644
30
31 # (end of Makefile)
32 +
33 -+export LIBTOOL = $(BROOT)/usr/bin/libtool --quiet --tag=CC
34 ++export LIBTOOL = /usr/bin/libtool --quiet --tag=CC
35 +export LIB_VERSION = 6:1:1
36 +
37 +# The following rules use libtool for compiling and linking in order to