mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Make this build in an ELF world.
This commit is contained in:
parent
e43bd8b13c
commit
c369a060fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13450
11
cad/magic/files/patch-ab
Normal file
11
cad/magic/files/patch-ab
Normal file
@ -0,0 +1,11 @@
|
||||
--- 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
|
Loading…
Reference in New Issue
Block a user