aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/lua/files/lua-5.1.4-cross-makefile-libtool.patch')
-rw-r--r--dev-lang/lua/files/lua-5.1.4-cross-makefile-libtool.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-lang/lua/files/lua-5.1.4-cross-makefile-libtool.patch b/dev-lang/lua/files/lua-5.1.4-cross-makefile-libtool.patch
new file mode 100644
index 0000000..9fdffde
--- /dev/null
+++ b/dev-lang/lua/files/lua-5.1.4-cross-makefile-libtool.patch
@@ -0,0 +1,22 @@
+--- Makefile 2010-02-26 08:31:55.000000000 +0100
++++ Makefile.new 2010-02-28 22:00:05.000000000 +0100
+@@ -130,7 +130,7 @@
+ # Use libtool for binary installs, etc.
+
+ export V
+-export LIBTOOL = libtool --quiet --tag=CC
++export LIBTOOL = ../libtool --quiet --tag=CC
+ # See libtool manual about how to set this
+
+ gentoo_clean:
+--- src/Makefile 2010-02-26 08:31:55.000000000 +0100
++++ src/Makefile.new 2010-02-28 22:01:18.000000000 +0100
+@@ -181,7 +181,7 @@
+
+ # (end of Makefile)
+
+-export LIBTOOL = libtool --quiet --tag=CC
++export LIBTOOL = ../libtool --quiet --tag=CC
+ export LIB_VERSION = 6:4:1
+
+ # The following rules use libtool for compiling and linking in order to