File edgar-0.59_makefile.diff of Package edgar
--- ../edgar-0.59/makefile 2010-05-31 10:59:03.000000000 +0100 +++ makefile 2010-06-07 18:02:32.000000000 +0100 @@ -47,7 +47,7 @@ ifeq ($(OS),Windows_NT) LFLAGS = `sdl-config --libs` -lSDL -lSDL_image -lSDL_mixer -lSDL_ttf -lSDL_net -lz -llibintl -lm else -LFLAGS = `sdl-config --libs` -lSDL -lSDL_image -lSDL_mixer -lSDL_ttf -lSDL_net -lz +LFLAGS = `sdl-config --libs` -lSDL -lSDL_image -lSDL_mixer -lSDL_ttf -lSDL_net -lz -lm endif TILE_OBJS = tile_creator.o save_png.o