summaryrefslogtreecommitdiff
path: root/lang/lua4/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'lang/lua4/patches/patch-ae')
-rw-r--r--lang/lua4/patches/patch-ae21
1 files changed, 0 insertions, 21 deletions
diff --git a/lang/lua4/patches/patch-ae b/lang/lua4/patches/patch-ae
deleted file mode 100644
index 9ebe26c5c80..00000000000
--- a/lang/lua4/patches/patch-ae
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-ae,v 1.1.1.1 2003/04/29 23:15:37 jtb Exp $
-
---- /dev/null
-+++ objdir/luac/Makefile
-@@ -0,0 +1,16 @@
-+PROG= luac4
-+
-+SRCS= dump.c luac.c opt.c print.c stubs.c
-+
-+BINDIR= ${PREFIX}/bin
-+MANDIR= ${PREFIX}/man
-+
-+CPPFLAGS+= -D_POSIX_SOURCE -I${.CURDIR}/../../include -I${.CURDIR}/../../src
-+
-+LDFLAGS+= -R${PREFIX}/lib -L${.CURDIR}/../liblua
-+
-+LDADD+= -llua4
-+
-+.PATH: ${.CURDIR}/../../src/luac
-+
-+.include <bsd.prog.mk>