Fix build on arm

Reported by:	skreuzer
This commit is contained in:
Baptiste Daroussin 2013-03-15 14:57:19 +00:00
parent 97480323fb
commit fd3121bdcd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314308

View file

@ -0,0 +1,11 @@
--- ./Makefile.orig 2013-03-14 02:07:26.000000000 +0100
+++ ./Makefile 2013-03-15 15:56:06.800175465 +0100
@@ -19,7 +19,7 @@
SRCS+= arrows.c buttons.c dlg_keys.c help.c inputstr.c mouse.c mousewget.c \
textbox.c rc.c trace.c ui_getc.c util.c version.c
.else
-LDADD+= -ldialog
+LDADD+= -ldialog -lm
.endif
.include <bsd.prog.mk>