diff options
Diffstat (limited to 'editors/koffice-kde3/files/patch-abiword')
-rw-r--r-- | editors/koffice-kde3/files/patch-abiword | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/koffice-kde3/files/patch-abiword b/editors/koffice-kde3/files/patch-abiword new file mode 100644 index 000000000000..c1de0bbc83aa --- /dev/null +++ b/editors/koffice-kde3/files/patch-abiword @@ -0,0 +1,19 @@ +Index: filters/kword/abiword/Makefile.am +=================================================================== +RCS file: /home/kde/koffice/filters/kword/abiword/Makefile.am,v +retrieving revision 1.4 +diff -u -3 -p -r1.4 Makefile.am +--- filters/kword/abiword/Makefile.am 2001/03/22 14:02:18 1.4 ++++ filters/kword/abiword/Makefile.am 2002/04/02 17:02:08 +@@ -1,9 +1,9 @@ + ####### General stuff + + INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) $(all_includes) +-libabiwordimport_la_LDFLAGS = -module -avoid-version -no-undefined ++libabiwordimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined + libabiwordimport_la_LIBADD = $(KOFFICE_LIBS) +-libabiwordexport_la_LDFLAGS = -module -avoid-version -no-undefined ++libabiwordexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined + libabiwordexport_la_LIBADD = $(KOFFICE_LIBS) + + ####### Files |