aboutsummaryrefslogtreecommitdiff
path: root/editors/koffice-kde4/files/patch-svg
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-04-21 23:47:50 +0000
committerWill Andrews <will@FreeBSD.org>2002-04-21 23:47:50 +0000
commitd1c2f0dddd4a74a79847b017915f3482671e055c (patch)
tree31ccd02a7c0d295ec66bf2eefa0f980fbb92cb91 /editors/koffice-kde4/files/patch-svg
parent98cff2373c59f930df3569d05871d0343d443fd8 (diff)
downloadports-d1c2f0dddd4a74a79847b017915f3482671e055c.tar.gz
ports-d1c2f0dddd4a74a79847b017915f3482671e055c.zip
Notes
Diffstat (limited to 'editors/koffice-kde4/files/patch-svg')
-rw-r--r--editors/koffice-kde4/files/patch-svg21
1 files changed, 21 insertions, 0 deletions
diff --git a/editors/koffice-kde4/files/patch-svg b/editors/koffice-kde4/files/patch-svg
new file mode 100644
index 000000000000..2e3e745fc8f8
--- /dev/null
+++ b/editors/koffice-kde4/files/patch-svg
@@ -0,0 +1,21 @@
+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