diff options
author | William Hubbs <williamh@gentoo.org> | 2020-11-16 09:58:19 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2020-11-16 09:59:41 -0600 |
commit | 70b4bba5b02747defadf22661a040c13a4413a17 (patch) | |
tree | b0f38a771f3f3e6351e45b42a3b4df222cb64830 /dev-lang | |
parent | media-tv/kodi: Bump ffmpeg to 4.3.1-Matrix-Beta1 (diff) | |
download | gentoo-70b4bba5b02747defadf22661a040c13a4413a17.tar.gz gentoo-70b4bba5b02747defadf22661a040c13a4413a17.tar.bz2 gentoo-70b4bba5b02747defadf22661a040c13a4413a17.zip |
dev-lang/lua-5.4: typo fix
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/lua/files/lua-5.4-makefiles.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/lua/files/lua-5.4-makefiles.patch b/dev-lang/lua/files/lua-5.4-makefiles.patch index 87e3a276897f..67fb4ad1a339 100644 --- a/dev-lang/lua/files/lua-5.4-makefiles.patch +++ b/dev-lang/lua/files/lua-5.4-makefiles.patch @@ -25,7 +25,7 @@ index 1797df9..90284d8 100644 +# Use libtool for binary installs, etc. + +export V -+export LIBTOOL = $(ROOT)/usr/bin/libtool --quiet --tag=CC ++export LIBTOOL = $(BROOT)/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 = $(ROOT)/usr/bin/libtool --quiet --tag=CC ++export LIBTOOL = $(BROOT)/usr/bin/libtool --quiet --tag=CC +export LIB_VERSION = 6:1:1 + +# The following rules use libtool for compiling and linking in order to |