summaryrefslogtreecommitdiff
path: root/games/moonlander/files/patch-Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-09-23 11:50:43 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-09-23 11:50:43 +0000
commit816b3437a2cc5eae233d39bcbeb70dec5a70e081 (patch)
treed18bbdddde5963bec1d18363b499f148cb41ca6d /games/moonlander/files/patch-Makefile
parent- Simplify pkg-plist (diff)
- Link with -lm, as sqrt() is used; fixes build on arm
Notes
Notes: svn path=/head/; revision=369047
Diffstat (limited to '')
-rw-r--r--games/moonlander/files/patch-Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/moonlander/files/patch-Makefile b/games/moonlander/files/patch-Makefile
index d0f935659ad3..87a4b29b77f5 100644
--- a/games/moonlander/files/patch-Makefile
+++ b/games/moonlander/files/patch-Makefile
@@ -8,7 +8,7 @@
+#CC=gcc
-LIBS=SDL_image
-+LIBS=`sdl-config --libs` -lSDL_image -lSDL_mixer
++LIBS=`sdl-config --libs` -lSDL_image -lSDL_mixer -lm
C_FILES=moon_lander.c game_lib.c DT_drawtext.c
OBJ_FILES=moon_lander.o game_lib.o DT_drawtext.o