pkgsrc/devel/bonobo/patches/patch-aa
adam a920d05206 Changes 1.0.22:
* Bugs fixed
+ toolbar leak fix backport (Michael Meeks)

Changes 1.0.21:
* Bugs fixed
+ several leak fixes (Jeff Steadfast)
+ build fixes (David, Michael)
+ fix property_bag_add return value (David)
+ avoid moniker qI exception crash (Larry)

Changes 1.0.20:
* Bugs fixed
+ uninit. return in Control (Michael)
+ moniker_std LIBADD (Michael)
+ -module flag (Dan Winship)
+ paranoid preconditions (Michael)
+ UIEngine efficiency fixes (Michael)
+ cleaned up automake bits (Enrico Scholz)
+ object-io fix (Hans Petter Jansson)
+ kill misc. GNUisms (Michael)
+ make test-any cleaner (Michael)
+ exception portability fixes (Jacob Berkman)
+ factory macro exit fix (Frederic Crozat)

Changes 1.0.19:
* Bugs fixed (Me)
+ sensitivity update bug
+ set_prop ownership bug
+ double free segv in text-plain
2005-01-20 11:48:17 +00:00

13 lines
535 B
Text

$NetBSD: patch-aa,v 1.4 2005/01/20 11:48:17 adam Exp $
--- doc/api/Makefile.in.orig 2002-12-01 02:33:12.000000000 +0000
+++ doc/api/Makefile.in
@@ -465,8 +465,6 @@ install-data-local:
echo '-- Installing '$$i ; \
$(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
done; \
- echo '-- Installing $(srcdir)/html/index.sgml' ; \
- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \
echo '-- Fixing Crossreferences' ; \
gtkdoc-fixxref --module=$(DOC_MODULE) --html-dir=$(HTML_DIR)|| true; \
fi)