From 9fa9aaa223e02b27d84aba96751d59536adb70c7 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Fri, 21 Mar 2008 07:42:59 +0000 Subject: Add postgresql-pllua 0.2.2, PL/Lua procedural language for PostgreSQL database. PR: ports/121139 Submitted by: sunghyuk --- databases/postgresql-pllua/files/patch-Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 databases/postgresql-pllua/files/patch-Makefile (limited to 'databases/postgresql-pllua/files/patch-Makefile') diff --git a/databases/postgresql-pllua/files/patch-Makefile b/databases/postgresql-pllua/files/patch-Makefile new file mode 100644 index 000000000000..0804c55360df --- /dev/null +++ b/databases/postgresql-pllua/files/patch-Makefile @@ -0,0 +1,13 @@ +--- Makefile.orig 2008-02-27 11:29:32.000000000 +0900 ++++ Makefile 2008-02-27 11:30:16.000000000 +0900 +@@ -4,8 +4,8 @@ + # Lua specific + + # General +-LUAINC = +-LUALIB = -llua ++LUAINC = -I%LUA_INC% ++LUALIB = -L%LUA_LIB% -llua + + # Debian/Ubuntu + #LUAINC = -I/usr/include/lua5.1 -- cgit v1.2.3