a0877acd31
Kxicq2 is the beta release of KDE2 version of outstanding ICQ client for KDE.
23 lines
992 B
Plaintext
23 lines
992 B
Plaintext
--- admin/ltcf-cxx.sh.orig Sat Nov 11 15:33:10 2000
|
|
+++ admin/ltcf-cxx.sh Fri Jul 13 21:45:33 2001
|
|
@@ -339,6 +339,19 @@
|
|
ld_shlibs=no
|
|
fi
|
|
;;
|
|
+ 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 $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
|
|
+ remove_lgcc=yes
|
|
+ output_verbose_link_cmds='$CC $ac_cv_prog_cc_pic -shared $CFLAGS -v conftest.$objext 2>&1 | egrep "\-L"'
|
|
+ fi
|
|
+ ;;
|
|
osf3*)
|
|
if test "$with_gcc" = yes && test "$with_gnu_ld" = no; then
|
|
allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
|