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

Context Navigation

  • Back to Ticket #292

Ticket #292: fheroes2-1878.patch

File fheroes2-1878.patch, 1017 bytes (added by michaelvoliveira, 5 years ago)

The new patch

  • trunk/fheroes2/src/Makefile

    diff -Naur fheroes2-1878/trunk/fheroes2/src/Makefile fheroes2-1878-haiku/trunk/fheroes2/src/Makefile
    old new  
    77SDL_FLAGS := $(shell sdl-config --cflags) 
    88 
    99CFLAGS := $(CFLAGS) -Wall -fsigned-char 
    10 LIBS := 
     10LIBS := -lintl -lpng -ljpeg 
    1111 
    1212ifdef DEBUG 
    1313CFLAGS := $(CFLAGS) -O0 -g -pedantic -DWITH_DEBUG 
  • trunk/fheroes2/src/fheroes2/dialog/dialog_selectfile.cpp

    diff -Naur fheroes2-1878/trunk/fheroes2/src/fheroes2/dialog/dialog_selectfile.cpp fheroes2-1878-haiku/trunk/fheroes2/src/fheroes2/dialog/dialog_selectfile.cpp
    old new  
    2424#include <ctime> 
    2525#include <sstream> 
    2626#include <string> 
     27#include <unistd.h> 
    2728#include "dir.h" 
    2829#include "agg.h" 
    2930#include "button.h" 

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/