HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #400

Ticket #400: freeciv-2.2.3.patch

File freeciv-2.2.3.patch, 497 bytes (added by michaelvoliveira, 5 years ago)

In this new version, only one file needs to be patched

  • 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  
    2626#ifdef HAVE_POPEN 
    2727#define LUA_USE_POPEN 
    2828#endif 
    29 #ifdef HAVE__LONGJMP 
     29#if defined (HAVE__LONGJMP) && !defined(__HAIKU__) 
    3030#define LUA_USE_ULONGJMP 
    3131#endif 
    3232 

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/