Fix build under HAiku/gcc2.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1473 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2010-05-05 18:05:20 +00:00
parent 9644f7fb4a
commit aeec8451dc
2 changed files with 8 additions and 4 deletions

View File

@@ -153,7 +153,7 @@ else
CP = cp
BIN = ../bin/grafx2
COPT = -W -Wall -c -g `sdl-config --cflags` $(TTFCOPT) -I/boot/common/include
LOPT = `sdl-config --libs` -lSDL_image -lpng -ljpeg -lz $(TTFLOPT)
LOPT = `sdl-config --libs` -lSDL_image -lpng -ljpeg -lz $(TTFLOPT) -lfreetype
CC = gcc
OBJDIR = ../obj/haiku
ZIP = zip