Repair breakage after r228697: since m4 now uses pow(3), it needs -lm.
Pointy hat to: bapt
This commit is contained in:
parent
e5ed194323
commit
301882f0f9
@ -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…
x
Reference in New Issue
Block a user