mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-22 07:20:00 +00:00
Repair breakage after r228697: since m4 now uses pow(3), it needs -lm.
Pointy hat to: bapt
This commit is contained in:
parent
4fff7a14ae
commit
c48f7f6814
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228698
@ -6,7 +6,7 @@
|
||||
|
||||
PROG= m4
|
||||
CFLAGS+=-DEXTENDED -I${.CURDIR}/lib
|
||||
LDADD= -ly -ll
|
||||
LDADD= -ly -ll -lm
|
||||
# clang needs 1 while with gcc we can use 2
|
||||
#WARNS= 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user