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
@ -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