summaryrefslogtreecommitdiff
path: root/lang/lua/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'lang/lua/patches/patch-aa')
-rw-r--r--lang/lua/patches/patch-aa18
1 files changed, 9 insertions, 9 deletions
diff --git a/lang/lua/patches/patch-aa b/lang/lua/patches/patch-aa
index 3b0cbd4810a..4adb5b24342 100644
--- a/lang/lua/patches/patch-aa
+++ b/lang/lua/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.18 2009/01/20 16:30:39 sketch Exp $
+$NetBSD: patch-aa,v 1.19 2009/12/17 16:42:46 jmmv Exp $
---- Makefile.orig Tue Aug 12 01:40:48 2008
-+++ Makefile Tue Jan 20 16:27:31 2009
-@@ -9,11 +9,11 @@
+--- Makefile.orig 2008-08-12 01:40:48.000000000 +0100
++++ Makefile 2009-12-17 16:36:32.000000000 +0000
+@@ -9,11 +9,11 @@ PLAT= none
# Where to install. The installation starts in the src and doc directories,
# so take care if INSTALL_TOP is not an absolute path.
@@ -16,7 +16,7 @@ $NetBSD: patch-aa,v 1.18 2009/01/20 16:30:39 sketch Exp $
#
# You probably want to make INSTALL_LMOD and INSTALL_CMOD consistent with
# LUA_ROOT, LUA_LDIR, and LUA_CDIR in luaconf.h (and also with etc/lua.pc).
-@@ -24,7 +24,7 @@
+@@ -24,7 +24,7 @@ INSTALL_CMOD= $(INSTALL_TOP)/lib/lua/$V
# may have to run ranlib on the installed liblua.a (do "make ranlib").
INSTALL= install -p
INSTALL_EXEC= $(INSTALL) -m 0755
@@ -25,7 +25,7 @@ $NetBSD: patch-aa,v 1.18 2009/01/20 16:30:39 sketch Exp $
#
# If you don't have install you can use cp instead.
# INSTALL= cp -p
-@@ -43,7 +43,7 @@
+@@ -43,7 +43,7 @@ PLATS= aix ansi bsd freebsd generic linu
# What to install.
TO_BIN= lua luac
TO_INC= lua.h luaconf.h lualib.h lauxlib.h ../etc/lua.hpp
@@ -34,7 +34,7 @@ $NetBSD: patch-aa,v 1.18 2009/01/20 16:30:39 sketch Exp $
TO_MAN= lua.1 luac.1
# Lua version and release.
-@@ -59,11 +59,11 @@
+@@ -59,11 +59,11 @@ test: dummy
src/lua test/hello.lua
install: dummy
@@ -44,9 +44,9 @@ $NetBSD: patch-aa,v 1.18 2009/01/20 16:30:39 sketch Exp $
- cd src && $(INSTALL_DATA) $(TO_LIB) $(INSTALL_LIB)
- cd doc && $(INSTALL_DATA) $(TO_MAN) $(INSTALL_MAN)
+ cd src && $(MKDIR) $(DESTDIR)$(INSTALL_BIN) $(DESTDIR)$(INSTALL_INC) $(DESTDIR)$(INSTALL_LIB) $(DESTDIR)$(INSTALL_MAN) $(DESTDIR)$(INSTALL_LMOD) $(DESTDIR)$(INSTALL_CMOD)
-+ cd src && $(LIBTOOL) --mode=install $(BSD_INSTALL_PROGRAM) $(TO_BIN) $(DESTDIR)$(INSTALL_BIN)
++ cd src && $(LIBTOOL) --tag=CC --mode=install $(BSD_INSTALL_PROGRAM) $(TO_BIN) $(DESTDIR)$(INSTALL_BIN)
+ cd src && $(INSTALL_DATA) $(TO_INC) $(DESTDIR)$(INSTALL_INC)
-+ cd src && $(LIBTOOL) --mode=install $(BSD_INSTALL_LIB) $(TO_LIB) $(DESTDIR)$(INSTALL_LIB)
++ cd src && $(LIBTOOL) --tag=CC --mode=install $(BSD_INSTALL_LIB) $(TO_LIB) $(DESTDIR)$(INSTALL_LIB)
+ cd doc && $(INSTALL_DATA) $(TO_MAN) $(DESTDIR)$(INSTALL_MAN)
ranlib: