mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
12 lines
295 B
Plaintext
12 lines
295 B
Plaintext
--- utils/Makefile.orig Sun Sep 27 01:46:16 1998
|
|
+++ utils/Makefile Sun Sep 27 01:46:39 1998
|
|
@@ -100,7 +100,7 @@
|
|
utils.o: $(OBJS)
|
|
rm -f utils.o
|
|
rm -f LIBmain.o LIBtextio.o
|
|
- ./:ld -r ${OBJS} -lm -o utils.o
|
|
+ ./:ld -r ${OBJS} -L/usr/lib -lm -o utils.o
|
|
|
|
utils.po: ${POBJS}
|
|
rm -f utils.po
|