diff options
author | rh <rh> | 2000-06-26 21:38:16 +0000 |
---|---|---|
committer | rh <rh> | 2000-06-26 21:38:16 +0000 |
commit | 2ff81aee7812ea87c8eda2e6f672ba4d396b3fbb (patch) | |
tree | dda3a74a7b2e2940493d649765783bad6241e8ea /devel/libole2/patches | |
parent | e790a506a7e20092a0dba777de8b68d221fed3ce (diff) | |
download | pkgsrc-2ff81aee7812ea87c8eda2e6f672ba4d396b3fbb.tar.gz |
Initial import of libole2-0.1.5, an OLE2 streams parsing library.
Diffstat (limited to 'devel/libole2/patches')
-rw-r--r-- | devel/libole2/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/libole2/patches/patch-aa b/devel/libole2/patches/patch-aa new file mode 100644 index 00000000000..f36c24294bb --- /dev/null +++ b/devel/libole2/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/06/26 21:38:18 rh Exp $ + +--- doc/Makefile.in.orig Fri Jun 23 15:15:50 2000 ++++ doc/Makefile.in Mon Jun 26 23:15:29 2000 +@@ -272,8 +272,6 @@ + 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) |