summaryrefslogtreecommitdiff
path: root/databases/postgresql-pllua/files/patch-Makefile
blob: 0804c55360df3705cac1b854201041f37fb2ab2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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