summaryrefslogtreecommitdiff
path: root/mail/sylpheed-claws-ghostscript-viewer/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'mail/sylpheed-claws-ghostscript-viewer/patches/patch-aa')
-rw-r--r--mail/sylpheed-claws-ghostscript-viewer/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/sylpheed-claws-ghostscript-viewer/patches/patch-aa b/mail/sylpheed-claws-ghostscript-viewer/patches/patch-aa
new file mode 100644
index 00000000000..c2adf231037
--- /dev/null
+++ b/mail/sylpheed-claws-ghostscript-viewer/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2004/01/05 16:53:04 cube Exp $
+
+--- src/viewer.c.orig 2003-10-10 13:00:36.000000000 +0200
++++ src/viewer.c
+@@ -322,7 +322,7 @@ MimeViewer *ghostscript_viewer_create(vo
+ }
+
+ static gchar *content_types[] =
+- {"application/postscript", "application/pdf", NULL};
++ {"application/postscript", "application/pdf", "application/PDF", NULL};
+
+ MimeViewerFactory ghostscript_viewer_factory =
+ {