summaryrefslogtreecommitdiffstats
path: root/graphics/svg2pdf/files/patch-src_svg2pdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/svg2pdf/files/patch-src_svg2pdf.c')
-rw-r--r--graphics/svg2pdf/files/patch-src_svg2pdf.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/svg2pdf/files/patch-src_svg2pdf.c b/graphics/svg2pdf/files/patch-src_svg2pdf.c
deleted file mode 100644
index ca88b39a9..000000000
--- a/graphics/svg2pdf/files/patch-src_svg2pdf.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/svg2pdf.c.orig Fri Aug 5 22:17:31 2005
-+++ src/svg2pdf.c Fri Aug 5 22:17:48 2005
-@@ -49,9 +49,9 @@ int
- main (int argc, char **argv)
- {
- args_t args;
-- args_parse (&args, argc, argv);
- FILE *svg_file, *pdf_file;
- svg_cairo_status_t status;
-+ args_parse (&args, argc, argv);
-
- if (strcmp (args.svg_filename, "-") == 0) {
- svg_file = stdin;