f8a89397cf
-- KBiff is a "biff" or new mail notification utility. It is highly configurable but very easy to use and setup. It tries to combine the best of the features of most of the "other" biff programs out there. KBiff supports all major mailbox formats: mbox (Berkely style), maildir, mh, POP3, IMAP4, and NNTP. KBiff is also part of the KDE project. Among other things, this means that it has support for session management (it "remembers" the last state it was in before you logged off) and can be docked into the panel. checked by wilfried@ (thanks!).
22 lines
1.2 KiB
Plaintext
22 lines
1.2 KiB
Plaintext
$OpenBSD: patch-admin_ltcf-cxx_sh,v 1.1.1.1 2001/04/16 16:46:32 lebel Exp $
|
|
--- admin/ltcf-cxx.sh.orig Sat Mar 24 13:49:59 2001
|
|
+++ admin/ltcf-cxx.sh Mon Apr 16 12:11:19 2001
|
|
@@ -355,14 +355,14 @@ case "$host_os" in
|
|
openbsd*)
|
|
if test "$with_gcc" = yes && test "$with_gnu_ld" = no; then
|
|
# MM: OpenBSD 2.7 uses G++, but not GNU ld
|
|
- archive_cmds='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
|
|
- archive_expsym_cmds='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
|
|
+ archive_cmds='$CC $pic_flag -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
|
|
+ archive_expsym_cmds='$CC $pic_flag -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
|
|
old_archive_cmds="$old_archive_cmds~"'$RANLIB $oldlib'
|
|
hardcode_libdir_flag_spec='${wl}-R$libdir'
|
|
hardcode_direct=yes
|
|
hardcode_shlibpath_var=no
|
|
- whole_archive_flag_spec='${wl}-Bforcearchive'
|
|
remove_lgcc=yes
|
|
+ output_verbose_link_cmds='$CC $ac_cv_prog_cc_pic -shared $CFLAGS -v conftest.$objext 2>&1 | egrep "\-L"'
|
|
fi
|
|
;;
|
|
osf3*)
|