diff options
Diffstat (limited to 'editors/calligra/files/patch-store')
-rw-r--r-- | editors/calligra/files/patch-store | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/calligra/files/patch-store b/editors/calligra/files/patch-store new file mode 100644 index 000000000000..7caf9d254b6a --- /dev/null +++ b/editors/calligra/files/patch-store @@ -0,0 +1,10 @@ +diff -b -p -u -r1.24 -r1.24.4.1 +--- lib/store/Makefile.am 2001/03/30 22:47:33 1.24 ++++ lib/store/Makefile.am.new 2002/04/02 14:55:00 1.24.4.1 +@@ -7,5 +7,5 @@ INCLUDES = $(all_includes) + + libkstore_la_LIBADD = $(LIB_KSYCOCA) + libkstore_la_SOURCES = koStore.cc +-libkstore_la_LDFLAGS = -version-info 1:0:0 $(KDE_LDFLAGS) -no-undefined ++libkstore_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 $(KDE_LDFLAGS) -no-undefined + include_HEADERS = koStore.h koStoreDevice.h |