summaryrefslogtreecommitdiff
path: root/www/elinks
diff options
context:
space:
mode:
authorjtb <jtb>2003-04-29 23:28:45 +0000
committerjtb <jtb>2003-04-29 23:28:45 +0000
commitb7ff9af069cabdfb51759706dec5fa22adca2bf8 (patch)
tree0d18cad04f95be55cf988347d1921d9ef19b50bf /www/elinks
parent213ff06a6d2a025e6287b0460792cd0af851e0fa (diff)
downloadpkgsrc-b7ff9af069cabdfb51759706dec5fa22adca2bf8.tar.gz
Oops! Forgot to cvs add these.
Diffstat (limited to 'www/elinks')
-rw-r--r--www/elinks/patches/patch-aa22
-rw-r--r--www/elinks/patches/patch-ab15
-rw-r--r--www/elinks/patches/patch-ac13
3 files changed, 50 insertions, 0 deletions
diff --git a/www/elinks/patches/patch-aa b/www/elinks/patches/patch-aa
new file mode 100644
index 00000000000..4ff054389e3
--- /dev/null
+++ b/www/elinks/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1 2003/04/29 23:28:45 jtb Exp $
+
+--- configure.orig
++++ configure
+@@ -4211,7 +4211,7 @@
+ if test "$xyz_piggyswitch" = "cow"; then
+ LIBS="-llua40 -llualib40 -lm $LIBS_X"
+ else
+- LIBS="-llua -llualib -lm $LIBS_X"
++ LIBS="-llua4 -llualib4 -lm $LIBS_X"
+ fi
+
+ if test ! -z "$luadir"; then
+@@ -4229,7 +4229,7 @@
+ cat > conftest.$ac_ext <<EOF
+ #line 4231 "configure"
+ #include "confdefs.h"
+-#include <lua.h>
++#include <lua4.h>
+ int main() {
+ lua_open(0)
+ ; return 0; }
diff --git a/www/elinks/patches/patch-ab b/www/elinks/patches/patch-ab
new file mode 100644
index 00000000000..e9a169ea3fc
--- /dev/null
+++ b/www/elinks/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1 2003/04/29 23:28:45 jtb Exp $
+
+--- src/lua/core.c.orig
++++ src/lua/core.c
+@@ -15,8 +15,8 @@
+ #include <unistd.h>
+ #endif
+
+-#include <lua.h>
+-#include <lualib.h>
++#include <lua4.h>
++#include <lualib4.h>
+
+ #include "elinks.h"
+
diff --git a/www/elinks/patches/patch-ac b/www/elinks/patches/patch-ac
new file mode 100644
index 00000000000..5a84d148bdf
--- /dev/null
+++ b/www/elinks/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2003/04/29 23:28:45 jtb Exp $
+
+--- src/lua/core.h.orig
++++ src/lua/core.h
+@@ -5,7 +5,7 @@
+
+ #ifdef HAVE_LUA
+
+-#include <lua.h> /* This is standart include. */
++#include <lua4.h> /* This is standart include. */
+ #include "document/session.h"
+
+ extern lua_State *lua_state;