Ticket #400: freeciv-2.2.3.patch
| File freeciv-2.2.3.patch, 497 bytes (added by michaelvoliveira, 5 years ago) |
|---|
-
dependencies/lua-5.1/src/localluaconf.h
diff -Naur freeciv-2.2.3/dependencies/lua-5.1/src/localluaconf.h freeciv-2.2.3-haiku/dependencies/lua-5.1/src/localluaconf.h
old new 26 26 #ifdef HAVE_POPEN 27 27 #define LUA_USE_POPEN 28 28 #endif 29 #if def HAVE__LONGJMP29 #if defined (HAVE__LONGJMP) && !defined(__HAIKU__) 30 30 #define LUA_USE_ULONGJMP 31 31 #endif 32 32
