summaryrefslogtreecommitdiff
path: root/lang/lua/patches
diff options
context:
space:
mode:
authorcube <cube>2004-01-25 10:48:21 +0000
committercube <cube>2004-01-25 10:48:21 +0000
commitf1a3ecdc121a95b08baf8a9b548d94a6cf72c0e9 (patch)
tree530faaac680c4ff7a6a9a94243a4208568475c3b /lang/lua/patches
parentc721eb6669265b7e1fe7cf6150aa6c19bb649247 (diff)
downloadpkgsrc-f1a3ecdc121a95b08baf8a9b548d94a6cf72c0e9.tar.gz
Compile and install etc/bin2c, which is expected by some modules. Fixes
PR 24219 by pancake at phreaker dot net. Bump PKGREVISION.
Diffstat (limited to 'lang/lua/patches')
-rw-r--r--lang/lua/patches/patch-aa6
-rw-r--r--lang/lua/patches/patch-af15
2 files changed, 18 insertions, 3 deletions
diff --git a/lang/lua/patches/patch-aa b/lang/lua/patches/patch-aa
index 4f15bcfb785..c117b520827 100644
--- a/lang/lua/patches/patch-aa
+++ b/lang/lua/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.3 2003/04/29 23:33:57 jtb Exp $
+$NetBSD: patch-aa,v 1.4 2004/01/25 10:48:21 cube Exp $
---- /dev/null Fri Feb 21 23:40:02 2003
+--- objdir/Makefile.orig 2004-01-25 11:30:50.000000000 +0100
+++ objdir/Makefile
@@ -0,0 +1,3 @@
-+SUBDIR+= liblua liblualib lua luac
++SUBDIR+= liblua liblualib lua luac bin2c
+
+.include <bsd.subdir.mk>
diff --git a/lang/lua/patches/patch-af b/lang/lua/patches/patch-af
new file mode 100644
index 00000000000..651d8b74435
--- /dev/null
+++ b/lang/lua/patches/patch-af
@@ -0,0 +1,15 @@
+$NetBSD: patch-af,v 1.1 2004/01/25 10:48:21 cube Exp $
+
+--- objdir/bin2c/Makefile.orig 2004-01-25 11:34:55.000000000 +0100
++++ objdir/bin2c/Makefile
+@@ -0,0 +1,10 @@
++PROG= bin2c
++
++SRCS= bin2c
++MAN= # empty
++
++BINDIR= ${PREFIX}/bin
++
++.PATH: ${.CURDIR}/../../etc
++
++.include <bsd.prog.mk>