summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2007-11-10 23:24:40 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2007-11-10 23:24:40 +0000
commit1dc27036061914a84f4a813de0757c29a1b334f0 (patch)
tree683e991205a0e7a8e5935fd108f1d9a673c90e78 /games
parent- Add USE_DOS2UNIX (diff)
Fix the build of slave port, `games/qwdtools'.
Approved by: portmgr (linimon)
Notes
Notes: svn path=/head/; revision=202617
Diffstat (limited to 'games')
-rw-r--r--games/mvdsv/files/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/mvdsv/files/Makefile b/games/mvdsv/files/Makefile
index c1f6bf109027..1fe73a451a1a 100644
--- a/games/mvdsv/files/Makefile
+++ b/games/mvdsv/files/Makefile
@@ -108,6 +108,8 @@ QWDTOOLS_AS_OBJS = \
bothtoolsa.o
.endif
+QWDTOOLS_LIBS = -lm
+
########################################################################
.c.o:
@@ -123,7 +125,7 @@ mvdsv: ${SV_OBJS} ${SV_AS_OBJS} .PHONY
qwdtools: ${QWDTOOLS_OBJS} ${QWDTOOLS_AS_OBJS} .PHONY
${CC} ${CFLAGS} -o ../qwdtools ${QWDTOOLS_OBJS} \
- ${QWDTOOLS_AS_OBJS}
+ ${QWDTOOLS_AS_OBJS} ${QWDTOOLS_LIBS}
clean:
-rm -f *.o *.core