summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2007-01-16 17:29:17 +0000
committerMatti Bickel <mabi@gentoo.org>2007-01-16 17:29:17 +0000
commitc84f36b31ecd2f299a06c17a6e7abe906014b562 (patch)
tree4f186c7185efff21c985a969918201a3d33648c9 /dev-lang
parentAdded patch to compile with jdks from 1.4 to 1.6. Thanks to Martin Jansa <Mar... (diff)
downloadgentoo-2-c84f36b31ecd2f299a06c17a6e7abe906014b562.tar.gz
gentoo-2-c84f36b31ecd2f299a06c17a6e7abe906014b562.tar.bz2
gentoo-2-c84f36b31ecd2f299a06c17a6e7abe906014b562.zip
correct path problems with Makefile.patch
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/lua/ChangeLog6
-rw-r--r--dev-lang/lua/files/lua-5.1.1-Makefile.patch4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/lua/ChangeLog b/dev-lang/lua/ChangeLog
index 7b1fa6a06053..c2f400bd2919 100644
--- a/dev-lang/lua/ChangeLog
+++ b/dev-lang/lua/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/lua
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/lua/ChangeLog,v 1.60 2007/01/14 23:14:21 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/lua/ChangeLog,v 1.61 2007/01/16 17:29:17 mabi Exp $
+
+ 16 Jan 2007; Matti Bickel <mabi@gentoo.org>
+ files/lua-5.1.1-Makefile.patch:
+ correct path problems with Makefile.patch (justin in bug #155518)
14 Jan 2007; Matti Bickel <mabi@gentoo.org> lua-5.0.3-r1.ebuild,
lua-5.1.1-r1.ebuild:
diff --git a/dev-lang/lua/files/lua-5.1.1-Makefile.patch b/dev-lang/lua/files/lua-5.1.1-Makefile.patch
index 6b95e03e7813..dd509962c076 100644
--- a/dev-lang/lua/files/lua-5.1.1-Makefile.patch
+++ b/dev-lang/lua/files/lua-5.1.1-Makefile.patch
@@ -85,8 +85,8 @@
+ cd src; $(LIBTOOL) --mode=install $(INSTALL_DATA) $(TO_LIB) $(INSTALL_LIB)
+ cd src; $(LIBTOOL) --mode=install $(INSTALL_EXEC) $(TO_BIN) $(INSTALL_BIN)
+ cd src; $(INSTALL_DATA) $(TO_INC) $(INSTALL_INC)
---- lua-5.1.1.orig/src/Makefile 2006-03-22 01:41:49.000000000 +0100
-+++ /var/tmp/portage/lua-5.1.1-r1/work/lua-5.1.1/src/Makefile 2007-01-12 23:40:15.000000000 +0100
+--- src/Makefile.orig 2006-03-22 01:41:49.000000000 +0100
++++ src/Makefile 2007-01-12 23:40:15.000000000 +0100
@@ -29,10 +29,10 @@
LIB_O= lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o \
lstrlib.o loadlib.o linit.o