diff options
author | Matti Bickel <mabi@gentoo.org> | 2008-02-12 21:21:26 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2008-02-12 21:21:26 +0000 |
commit | 087d13bbfabbb26d2e4d2b0e768ca75f1fc874f6 (patch) | |
tree | 755734b02d7635b4831fbf38e7946975194996ce /dev-lang/lua/files | |
parent | Version bump, mark -alpha/-ia64 since it segfaults, and on amd64 as well (diff) | |
download | historical-087d13bbfabbb26d2e4d2b0e768ca75f1fc874f6.tar.gz historical-087d13bbfabbb26d2e4d2b0e768ca75f1fc874f6.tar.bz2 historical-087d13bbfabbb26d2e4d2b0e768ca75f1fc874f6.zip |
revbump, remove older versions
Package-Manager: portage-2.1.4.1
Diffstat (limited to 'dev-lang/lua/files')
-rw-r--r-- | dev-lang/lua/files/lua-5.1-make.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-lang/lua/files/lua-5.1-make.patch b/dev-lang/lua/files/lua-5.1-make.patch index fb95d253422d..654d593d634e 100644 --- a/dev-lang/lua/files/lua-5.1-make.patch +++ b/dev-lang/lua/files/lua-5.1-make.patch @@ -1,20 +1,5 @@ --- lua-5.1.1.orig/Makefile 2006-06-02 12:53:38.000000000 +0200 +++ lua-5.1.1/Makefile 2006-11-16 02:16:53.000000000 +0100 -@@ -22,10 +22,10 @@ - # How to install. You may prefer "install" instead of "cp" if you have it. - # To remove debug information from binaries, use "install -s" in INSTALL_EXEC. - # --INSTALL_EXEC= $(CP) --INSTALL_DATA= $(CP) --#INSTALL_EXEC= $(INSTALL) -m 0755 --#INSTALL_DATA= $(INSTALL) -m 0644 -+#INSTALL_EXEC= $(CP) -+#INSTALL_DATA= $(CP) -+INSTALL_EXEC= $(INSTALL) -m 0755 -+INSTALL_DATA= $(INSTALL) -m 0644 - - # Utilities. - CP= cp @@ -127,3 +127,22 @@ .PHONY: all $(PLATS) clean test install local none dummy echo pecho lecho newer |