summaryrefslogtreecommitdiff
path: root/print/magicfilter/patches
diff options
context:
space:
mode:
authortron <tron>2003-09-21 18:56:39 +0000
committertron <tron>2003-09-21 18:56:39 +0000
commit6b714b097f3176f278339f573a33ddbf8f83204c (patch)
tree85ee153de2f34d45a4c145f7cec21912aee235f7 /print/magicfilter/patches
parent3bd917b417ac49d29484ec7c1e38fb982bb9694e (diff)
downloadpkgsrc-6b714b097f3176f278339f573a33ddbf8f83204c.tar.gz
Fix build problem with GCC 3.3.1.
Diffstat (limited to 'print/magicfilter/patches')
-rw-r--r--print/magicfilter/patches/patch-ac18
1 files changed, 18 insertions, 0 deletions
diff --git a/print/magicfilter/patches/patch-ac b/print/magicfilter/patches/patch-ac
new file mode 100644
index 00000000000..63f42e13bf7
--- /dev/null
+++ b/print/magicfilter/patches/patch-ac
@@ -0,0 +1,18 @@
+$NetBSD: patch-ac,v 1.1 2003/09/21 18:56:41 tron Exp $
+
+--- magicfilter.c.orig 1996-03-17 12:39:24.000000000 +0100
++++ magicfilter.c 2003-09-21 20:54:38.000000000 +0200
+@@ -59,10 +59,9 @@
+ /* Header of mail message */
+ #ifndef NOMAIL
+ const char *mailheader = /* Header of complaint message */
+-"To: %s\n\
+-Subject: Rejected print job\n\
+-
+-Your print job was automatically rejected as an invalid data type.\n\n";
++"To: %s\n"
++"Subject: Rejected print job\n\n"
++"Your print job was automatically rejected as an invalid data type.\n\n";
+ #endif
+
+ /* ------------------------------------------------------------------------- *