summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom William Payne <twp@gentoo.org>2004-08-06 07:51:42 +0000
committerTom William Payne <twp@gentoo.org>2004-08-06 07:51:42 +0000
commita04c1c067abaa2d967e354eb3af50458bed21f2d (patch)
treeaf43ea4bc7991f8b04ac5b9deb8048ca1a27d52d /dev-lang/lua
parentremove php-cvs, as part of The Great PHP ebuild Cleanup. Replaced by the php5... (diff)
downloadgentoo-2-a04c1c067abaa2d967e354eb3af50458bed21f2d.tar.gz
gentoo-2-a04c1c067abaa2d967e354eb3af50458bed21f2d.tar.bz2
gentoo-2-a04c1c067abaa2d967e354eb3af50458bed21f2d.zip
Added missing file
Diffstat (limited to 'dev-lang/lua')
-rw-r--r--dev-lang/lua/files/lua-5.0.2-gentoo.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-lang/lua/files/lua-5.0.2-gentoo.patch b/dev-lang/lua/files/lua-5.0.2-gentoo.patch
new file mode 100644
index 000000000000..4c3a21c21d13
--- /dev/null
+++ b/dev-lang/lua/files/lua-5.0.2-gentoo.patch
@@ -0,0 +1,14 @@
+diff -Naur lua-5.0.2/Makefile lua/Makefile
+--- lua-5.0.2/Makefile 2004-03-12 02:50:55.000000000 +0100
++++ lua/Makefile 2004-08-06 09:50:10.446767504 +0200
+@@ -38,8 +38,8 @@
+
+ # shared libraries (for Linux)
+ so:
+- ld -o lib/liblua.so.$V -shared src/*.o
+- ld -o lib/liblualib.so.$V -shared src/lib/*.o
++ $(CC) -o lib/liblua.so.$V -shared src/*.o
++ $(CC) -o lib/liblualib.so.$V -shared src/lib/*.o $(EXTRA_LIBS)
+ cd lib; ln -fs liblua.so.$V liblua.so; ln -fs liblualib.so.$V liblualib.so
+
+ # binaries using shared libraries