ports/databases/postgresql-pllua/files/patch-Makefile
Vanilla I. Shu 9fa9aaa223 Add postgresql-pllua 0.2.2, PL/Lua procedural language for PostgreSQL
database.

PR:		ports/121139
Submitted by:	sunghyuk
2008-03-21 07:42:59 +00:00

13 lines
276 B
Text

--- 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