]> git.pld-linux.org Git - packages/edgar.git/commitdiff
- link with -lm
authorlisu <lisu@pld-linux.org>
Sun, 13 Jun 2010 12:42:55 +0000 (12:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    edgar-link.patch -> 1.1

edgar-link.patch [new file with mode: 0644]

diff --git a/edgar-link.patch b/edgar-link.patch
new file mode 100644 (file)
index 0000000..f22d63d
--- /dev/null
@@ -0,0 +1,11 @@
+--- edgar-0.60/makefile~       2010-06-13 14:35:59.916577276 +0200
++++ edgar-0.60/makefile        2010-06-13 14:37:59.439903415 +0200
+@@ -39,7 +39,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
This page took 0.094773 seconds and 4 git commands to generate.