openbsd-ports/x11/neXtaw/patches/patch-configure
margarida 6572a50235 Import of neXtaw-0.13.0
--
neXtaw is a replacement library for the Athena (libXaw) widget set.
It is based on Xaw3d, by Kaleb Keithley and is almost 100% backward
compatible with it. Its goal is to try to emulate the look and feel
of the N*XTSTEP GUI.

WWW: http://siag.nu/neXtaw/

brad@ ok
2003-02-03 03:23:52 +00:00

22 lines
976 B
Plaintext

$OpenBSD: patch-configure,v 1.1.1.1 2003/02/03 03:23:52 margarida Exp $
--- configure.orig Sun Feb 2 19:50:43 2003
+++ configure Sun Feb 2 19:51:22 2003
@@ -5672,7 +5672,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
@@ -5682,7 +5682,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