openbsd-ports/graphics/dia/patches/patch-aclocal_m4
margarida d59b72cab5 Update to version 0.90;
--
Proeminent changes:
- Full UTF-8 support internally;
- Diagram tree dialog;
- Sheets Editor;
- New shapes and export filters.

I'm taking over this port as agreed by
the previous MAINTAINER.

brad@ ok
2002-12-19 01:30:37 +00:00

22 lines
975 B
Plaintext

$OpenBSD: patch-aclocal_m4,v 1.1 2002/12/19 01:30:37 margarida Exp $
--- aclocal.m4.orig Wed Dec 18 03:41:42 2002
+++ aclocal.m4 Wed Dec 18 03:51:05 2002
@@ -2155,7 +2155,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
@@ -2165,7 +2165,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