openbsd-ports/databases/postgresql-pllua/patches/patch-Makefile
jeremy 8059b804ae Import postgresql-pllua, adding support for the PL/Lua procedural
language to PostgreSQL.

Feedback and OK sthen@
2012-10-10 10:41:36 +00:00

15 lines
352 B
Plaintext

$OpenBSD: patch-Makefile,v 1.1.1.1 2012/10/10 10:41:36 jeremy Exp $
--- Makefile.orig Tue Oct 9 17:27:48 2012
+++ Makefile Tue Oct 9 17:30:08 2012
@@ -4,8 +4,8 @@
# Lua specific
# General
-LUAINC =
-LUALIB = -llua
+LUAINC = -I${MODLUA_INCL_DIR}
+LUALIB = -L${LOCALBASE}/lib -l${MODLUA_WANTLIB}
# Debian/Ubuntu
#LUAINC = -I/usr/include/lua5.1