openbsd-ports/x11/gnome/metacity/patches/patch-configure
todd cf81504d05 Import metacity-2.4.5
--
Metacity is a simple window manager that integrates nicely with 
GNOME 2.

From marcm for gnome2
2003-01-31 19:02:26 +00:00

26 lines
1.1 KiB
Plaintext

$OpenBSD: patch-configure,v 1.1.1.1 2003/01/31 19:02:26 todd Exp $
--- configure.orig Tue Nov 26 03:02:39 2002
+++ configure Thu Nov 28 16:00:59 2002
@@ -5430,8 +5430,8 @@ 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'
- hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
export_dynamic_flag_spec='${wl}-E'
else
case "$host_os" in
@@ -5440,8 +5440,8 @@ else
hardcode_libdir_flag_spec='-R$libdir'
;;
*)
- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
- hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
;;
esac
fi