From 51cb2366731fec5c837d0d0f3bc8d2e26a88f7c3 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 27 Feb 2005 13:19:20 +0000 Subject: Update to 1.9.4: - Enhanced generics support: now all arguments of methods are specialized, not only the first one. - Bugfixes + Now ships with (g-wrap gw-wct) compatibilty module needed by GnuCash at runtime. + Fixes for handling output arguments: - Wrapped functions with void return value and output arguments now return expected results - Optional argument count is now correctly computed in the presence of output arguments + The libffi alignment requirements are now honored. This fixes bus errors on many non-x86 architectures. + On big-endian architectures libffi-wrapped functions that return char now work correctly. + Some "uninitialized variable" warnings were fixed in generated code which caused compiles with GCC 4.0 to fail (Debian Bug#290305). --- devel/g-wrap/patches/patch-ab | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 devel/g-wrap/patches/patch-ab (limited to 'devel/g-wrap/patches/patch-ab') diff --git a/devel/g-wrap/patches/patch-ab b/devel/g-wrap/patches/patch-ab deleted file mode 100644 index e97344e128c..00000000000 --- a/devel/g-wrap/patches/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ab,v 1.4 2004/12/03 17:06:58 wiz Exp $ - ---- guile/g-wrap/Makefile.in.orig 2004-10-16 12:27:42.000000000 -0400 -+++ guile/g-wrap/Makefile.in -@@ -378,6 +378,7 @@ uninstall-info-am: - install-nobase_gwrapmoduleDATA: $(nobase_gwrapmodule_DATA) - @$(NORMAL_INSTALL) - test -z "$(gwrapmoduledir)" || $(mkdir_p) "$(DESTDIR)$(gwrapmoduledir)" -+ test -z "$(gwrapmoduledir)/guile/ws" || $(mkdir_p) "$(DESTDIR)$(gwrapmoduledir)/guile/ws" - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - list='$(nobase_gwrapmodule_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -- cgit v1.2.3