SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
11
lang/lua/5.1/patches/patch-src_luaconf_h
Normal file
11
lang/lua/5.1/patches/patch-src_luaconf_h
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/luaconf.h.orig Fri Jan 18 18:07:48 2008
|
||||
+++ src/luaconf.h Mon Mar 24 13:53:08 2008
|
||||
@@ -33,7 +33,7 @@
|
||||
#define LUA_WIN
|
||||
#endif
|
||||
|
||||
-#if defined(LUA_USE_LINUX)
|
||||
+#if defined(LUA_USE_BSD) || defined(LUA_USE_LINUX)
|
||||
#define LUA_USE_POSIX
|
||||
#define LUA_USE_DLOPEN /* needs an extra library: -ldl */
|
||||
#define LUA_USE_READLINE /* needs some extra libraries */
|
Loading…
Add table
Add a link
Reference in a new issue