diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2008-03-21 07:42:59 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2008-03-21 07:42:59 +0000 |
commit | 9fa9aaa223e02b27d84aba96751d59536adb70c7 (patch) | |
tree | cdc38719edd5ca57f52b9f8403a761bda20ad710 /databases/postgresql-pllua/files/patch-Makefile | |
parent | Update to 1.0.0.1 (diff) |
Add postgresql-pllua 0.2.2, PL/Lua procedural language for PostgreSQL
database.
PR: ports/121139
Submitted by: sunghyuk
Notes
Notes:
svn path=/head/; revision=209512
Diffstat (limited to 'databases/postgresql-pllua/files/patch-Makefile')
-rw-r--r-- | databases/postgresql-pllua/files/patch-Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
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 |