Fix build on arm
Reported by: skreuzer
This commit is contained in:
parent
97480323fb
commit
fd3121bdcd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314308
1 changed files with 11 additions and 0 deletions
11
ports-mgmt/dialog4ports/files/patch-Makefile
Normal file
11
ports-mgmt/dialog4ports/files/patch-Makefile
Normal 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>
|
Loading…
Reference in a new issue