openbsd-ports/converters/xlhtml/patches/patch-ltmain_sh
avsm 136372fb0c initial import of xlhtml-0.2.9.8
--
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.
2001-07-13 15:16:17 +00:00

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"