aboutsummaryrefslogtreecommitdiff
path: root/editors/calligra/files/patch-svg
diff options
context:
space:
mode:
Diffstat (limited to 'editors/calligra/files/patch-svg')
-rw-r--r--editors/calligra/files/patch-svg21
1 files changed, 0 insertions, 21 deletions
diff --git a/editors/calligra/files/patch-svg b/editors/calligra/files/patch-svg
deleted file mode 100644
index 2e3e745fc8f8..000000000000
--- a/editors/calligra/files/patch-svg
+++ /dev/null
@@ -1,21 +0,0 @@
-Index: filters/kontour/svg/Makefile.am
-===================================================================
-RCS file: /home/kde/koffice/filters/kontour/svg/Makefile.am,v
-retrieving revision 1.4
-diff -u -3 -p -r1.4 Makefile.am
---- filters/kontour/svg/Makefile.am 2001/08/05 06:53:30 1.4
-+++ filters/kontour/svg/Makefile.am 2002/04/02 17:01:49
-@@ -7,11 +7,11 @@ INCLUDES= -I$(srcdir) -I$(top_srcdir)/ko
- kde_module_LTLIBRARIES = libsvgimport.la libsvgexport.la
-
- libsvgimport_la_SOURCES = svgimport.cc svgimport_factory.cc basicshapes.h basicshapes.cc datatypes.h datatypes.cc path.h path.cc transform.h transform.cc style.h style.cc text.h text.cc svgmain.h svgmain.cc
--libsvgimport_la_LDFLAGS = -module -avoid-version -no-undefined
-+libsvgimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
- libsvgimport_la_LIBADD = $(KOFFICE_LIBS) ../../../kontour/libkontourpart.la
-
- libsvgexport_la_SOURCES = svgexport.cc svgexport_factory.cc
--libsvgexport_la_LDFLAGS = -module -avoid-version -no-undefined
-+libsvgexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
- libsvgexport_la_LIBADD = $(KOFFICE_LIBS) ../../../kontour/libkontourpart.la
-
- METASOURCES = AUTO