diff options
Diffstat (limited to 'security/luasec/files/patch-Makefile')
-rw-r--r-- | security/luasec/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/luasec/files/patch-Makefile b/security/luasec/files/patch-Makefile new file mode 100644 index 000000000000..7b1c16da45b1 --- /dev/null +++ b/security/luasec/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig 2009-05-09 19:11:47.000000000 +0400 ++++ Makefile 2009-07-16 22:01:50.000000000 +0400 +@@ -1,6 +1,6 @@ + # Inform the location to intall the modules +-LUAPATH=/usr/local/share/lua/5.1 +-CPATH=/usr/local/lib/lua/5.1 ++LUAPATH?=/usr/local/share/lua/5.1 ++CPATH?=/usr/local/lib/lua/5.1 + + # Edit the lines below to inform new path, if necessary + # |