diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-27 08:19:34 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-27 08:19:34 +0000 |
commit | c369a060fd31adb2883d3b468b8b2fd27e376302 (patch) | |
tree | 02c3576e3930e8b7c560de30bd1da896585a79e8 /cad/magic/files | |
parent | Mark this port broken, it doesn't build. (diff) |
Make this build in an ELF world.
Diffstat (limited to 'cad/magic/files')
-rw-r--r-- | cad/magic/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/magic/files/patch-ab b/cad/magic/files/patch-ab new file mode 100644 index 000000000000..d92594c3db7f --- /dev/null +++ b/cad/magic/files/patch-ab @@ -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 |