diff options
author | steve <steve@FreeBSD.org> | 1998-09-27 16:19:34 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-27 16:19:34 +0800 |
commit | 76a2891b0054732317c3abd77fde65274903547b (patch) | |
tree | c7ed8ede3fcdd13436c9e8c00e7ca09cfeea7af3 | |
parent | 9efc95e824de7023b6cb279b195f8909461f83eb (diff) | |
download | freebsd-ports-gnome-76a2891b0054732317c3abd77fde65274903547b.tar.gz freebsd-ports-gnome-76a2891b0054732317c3abd77fde65274903547b.tar.zst freebsd-ports-gnome-76a2891b0054732317c3abd77fde65274903547b.zip |
Make this build in an ELF world.
-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 |