mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 16:49:40 +00:00
libf2c.so.* depends on libm.so. I'm not sure that this matters in this
case because I expect the f2c front-end should add the -lm automatically.
This commit is contained in:
parent
85a6383125
commit
78c6a7e037
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40201
@ -35,4 +35,7 @@ I77SRCS = Version.c backspace.c close.c dfe.c dolio.c due.c endfile.c err.c \
|
||||
|
||||
SRCS= ${F77SRCS} ${I77SRCS}
|
||||
|
||||
LDADD+= -lm
|
||||
DPADD+= ${LIBM}
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user