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

Context Navigation

  • Back to Ticket #292

Ticket #292: fheroes2-1.0-svn.patch

File fheroes2-1.0-svn.patch, 1.1 KB (added by michaelvoliveira, 4 years ago)

updated patch file

  • trunk/fheroes2/src/fheroes2/dialog/dialog_selectfile.cpp

    diff -Nbaur fheroes2-1.0-svn/trunk/fheroes2/src/fheroes2/dialog/dialog_selectfile.cpp fheroes2-1.0-svn-haiku/trunk/fheroes2/src/fheroes2/dialog/dialog_selectfile.cpp
    old new  
    3434#include "pocketpc.h" 
    3535#include "dialog.h" 
    3636 
    37 #if defined __SYMBIAN32__ || defined(ANDROID) 
     37#if defined(__SYMBIAN32__) || defined(ANDROID) || defined(__HAIKU__) 
    3838#include <unistd.h> 
    3939#endif 
    4040 
  • trunk/fheroes2/src/Makefile

    diff -Nbaur fheroes2-1.0-svn/trunk/fheroes2/src/Makefile fheroes2-1.0-svn-haiku/trunk/fheroes2/src/Makefile
    old new  
    88 
    99CFLAGS := $(CFLAGS) -Wall -fsigned-char 
    1010LDFLAGS := $(LDFLAGS) 
    11 LIBS := 
     11LIBS := -lintl -liconv -lnetwork 
    1212 
    1313ifdef DEBUG 
    1414CFLAGS := $(CFLAGS) -O0 -g -pedantic -DWITH_DEBUG 

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/