136372fb0c
-- xlHtml is an Excel 95 and later file converter. Its HTML output can be used as a Netscape Plugin to let you view xls e-mail attachments. It can also extract regions of a spreadsheet and convert the spreadsheet to pure text rather than html.
15 lines
493 B
Plaintext
15 lines
493 B
Plaintext
$OpenBSD: patch-ltmain_sh,v 1.1.1.1 2001/07/13 15:16:21 avsm Exp $
|
|
--- ltmain.sh.orig Fri Jul 13 16:00:36 2001
|
|
+++ ltmain.sh Fri Jul 13 16:01:20 2001
|
|
@@ -1702,6 +1702,10 @@ compiler."
|
|
*-*-cygwin* | *-*-mingw* | *-*-os2*)
|
|
# these systems don't actually have a c library (as such)!
|
|
;;
|
|
+ *-*-openbsd*)
|
|
+ # Do not include libc due to us having libc/libc_r.
|
|
+ continue
|
|
+ ;;
|
|
*)
|
|
# Add libc to deplibs on all other systems.
|
|
deplibs="$deplibs -lc"
|