freebsd-ports/x11-toolkits/lesstif/files/patch-af
Thomas Gellekum bfc247cc94 Don't `link' libXm against libc.
Reviewed by:	<kargl@troutmask.apl.washington.edu>
2000-02-23 09:18:38 +00:00

12 lines
244 B
Plaintext

--- ltmain.sh.orig Fri Jan 14 23:42:47 2000
+++ ltmain.sh Mon Feb 14 16:47:36 2000
@@ -1791,7 +1791,7 @@
;;
*)
# Add libc to deplibs on all other systems.
- deplibs="$deplibs -lc"
+# deplibs="$deplibs -lc"
;;
esac
fi