freebsd-ports/databases/postgresql-pllua/files/patch-Makefile
Vanilla I. Shu 07bf4eaca2 Upgrade to 0.3.1.
PR:		ports/123451
Submitted by:	maintainer
2008-05-06 06:46:26 +00:00

13 lines
276 B
Text

--- Makefile.orig 2008-05-06 11:52:03.000000000 +0900
+++ Makefile 2008-05-06 11:52:18.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