diff options
Diffstat (limited to 'editors/koffice-kde3/files/patch-html')
-rw-r--r-- | editors/koffice-kde3/files/patch-html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/koffice-kde3/files/patch-html b/editors/koffice-kde3/files/patch-html new file mode 100644 index 000000000000..c5f96c2509f1 --- /dev/null +++ b/editors/koffice-kde3/files/patch-html @@ -0,0 +1,16 @@ +Index: filters/kspread/html/Makefile.am +=================================================================== +RCS file: /home/kde/koffice/filters/kspread/html/Makefile.am,v +retrieving revision 1.2.2.1 +diff -u -3 -p -r1.2.2.1 Makefile.am +--- filters/kspread/html/Makefile.am 2001/08/26 21:43:21 1.2.2.1 ++++ filters/kspread/html/Makefile.am 2002/04/02 17:01:57 +@@ -8,7 +8,7 @@ INCLUDES= -I$(srcdir) -I$(top_srcdir)/ks + kde_module_LTLIBRARIES = libkspreadhtmlexport.la + + libkspreadhtmlexport_la_SOURCES = htmlexport.cc htmlexport_factory.cc +-libkspreadhtmlexport_la_LDFLAGS = -module -avoid-version -no-undefined ++libkspreadhtmlexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined + libkspreadhtmlexport_la_LIBADD = $(KOFFICE_LIBS) ../../../kspread/libkspreadpart.la + + METASOURCES = AUTO |