summaryrefslogtreecommitdiff
path: root/cad/magic
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-09-27 08:19:34 +0000
committerSteve Price <steve@FreeBSD.org>1998-09-27 08:19:34 +0000
commitc369a060fd31adb2883d3b468b8b2fd27e376302 (patch)
tree02c3576e3930e8b7c560de30bd1da896585a79e8 /cad/magic
parentMark this port broken, it doesn't build. (diff)
Make this build in an ELF world.
Notes
Notes: svn path=/head/; revision=13450
Diffstat (limited to 'cad/magic')
-rw-r--r--cad/magic/files/patch-ab11
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