openbsd-ports/devel/libzvt/patches/patch-configure
todd f068cdf4f3 Import libzvt-2.0.1
--
The libzvt package contains a terminal widget for GTK+2 and Gnome2.

From marcm for gnome2
2003-01-31 18:38:37 +00:00

26 lines
1.1 KiB
Plaintext

$OpenBSD: patch-configure,v 1.1.1.1 2003/01/31 18:38:37 todd Exp $
--- configure.orig Mon Jun 24 08:41:40 2002
+++ configure Mon Aug 19 18:17:03 2002
@@ -5218,8 +5218,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
@@ -5228,8 +5228,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