diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-08-27 15:01:40 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-08-27 15:01:40 +0000 |
commit | b56f80f99ea91eacab5b5e685f011316722d3e20 (patch) | |
tree | 06cd47cbe8a50dc18cfdc9cff40b591893e6ac76 /editors/calligra/files/patch-html2 | |
parent | Tarball has been rerolled to fix some Hugs-FFI incompatibilities. (diff) |
Update to koffice 1.2rc1.
Notes
Notes:
svn path=/head/; revision=65103
Diffstat (limited to 'editors/calligra/files/patch-html2')
-rw-r--r-- | editors/calligra/files/patch-html2 | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/editors/calligra/files/patch-html2 b/editors/calligra/files/patch-html2 deleted file mode 100644 index 92eff454cc98..000000000000 --- a/editors/calligra/files/patch-html2 +++ /dev/null @@ -1,18 +0,0 @@ -Index: filters/kword/html/Makefile.am -=================================================================== -RCS file: /home/kde/koffice/filters/kword/html/Makefile.am,v -retrieving revision 2.13.2.1 -diff -u -3 -p -r2.13.2.1 Makefile.am ---- filters/kword/html/Makefile.am 2001/08/26 21:39:01 2.13.2.1 -+++ filters/kword/html/Makefile.am 2002/04/02 17:02:02 -@@ -2,8 +2,8 @@ - - INCLUDES = -I$(srcdir) $(KOFFICE_INCLUDES) $(all_includes) - --libhtmlimport_la_LDFLAGS = -module -avoid-version -no-undefined --libhtmlexport_la_LDFLAGS = -module -avoid-version -no-undefined -+libhtmlimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined -+libhtmlexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined - - libhtmlimport_la_LIBADD = $(KOFFICE_LIBS) - libhtmlexport_la_LIBADD = $(KOFFICE_LIBS) |