c1e8dfff4c
KuickShow is an image browser/viewer with a nice filebrowser to select images to be shown, slideshow support and the ability to display the following image formats: jpg, gif, tiff, png, bmp, psd, xpm, xbm, pbm and eim.
21 lines
1.1 KiB
Plaintext
21 lines
1.1 KiB
Plaintext
--- admin/ltcf-cxx.sh.orig Tue Jun 26 14:01:12 2001
|
|
+++ admin/ltcf-cxx.sh Tue Jun 26 14:02:38 2001
|
|
@@ -344,14 +344,14 @@
|
|
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*)
|