0b2e26302f
-- The Mowitz ("More widgets") library is a set of widgets to use in X Window applications. WWW: http://siag.nu/mowitz/ brad@ ok
22 lines
976 B
Plaintext
22 lines
976 B
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2003/02/03 03:30:12 margarida Exp $
|
|
--- configure.orig Sun Feb 2 19:31:54 2003
|
|
+++ configure Sun Feb 2 19:33:08 2003
|
|
@@ -5676,7 +5676,7 @@ else
|
|
hardcode_direct=yes
|
|
hardcode_shlibpath_var=no
|
|
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
|
- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
|
|
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
|
hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
|
export_dynamic_flag_spec='${wl}-E'
|
|
else
|
|
@@ -5686,7 +5686,7 @@ else
|
|
hardcode_libdir_flag_spec='-R$libdir'
|
|
;;
|
|
*)
|
|
- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
|
|
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
|
hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
|
;;
|
|
esac
|