diff options
Diffstat (limited to 'editors/koffice-kde4/files/patch-html2')
-rw-r--r-- | editors/koffice-kde4/files/patch-html2 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/editors/koffice-kde4/files/patch-html2 b/editors/koffice-kde4/files/patch-html2 new file mode 100644 index 000000000000..92eff454cc98 --- /dev/null +++ b/editors/koffice-kde4/files/patch-html2 @@ -0,0 +1,18 @@ +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) |