summaryrefslogtreecommitdiff
path: root/x11/kdelibs3/patches
diff options
context:
space:
mode:
authorshattered <shattered@pkgsrc.org>2012-03-04 08:38:39 +0000
committershattered <shattered@pkgsrc.org>2012-03-04 08:38:39 +0000
commitd38cbe2ff6ded1a895aace5635d45943ecfb9835 (patch)
treee26593491552b05e78e9fff5c31de44df0cca4bf /x11/kdelibs3/patches
parent0c479c239d17e12bf41a320e24016de1fff1b931 (diff)
downloadpkgsrc-d38cbe2ff6ded1a895aace5635d45943ecfb9835.tar.gz
Fix build failure on 4.0 after cups update: #include <stdio.h>
Diffstat (limited to 'x11/kdelibs3/patches')
-rw-r--r--x11/kdelibs3/patches/patch-dd12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/kdelibs3/patches/patch-dd b/x11/kdelibs3/patches/patch-dd
new file mode 100644
index 00000000000..627a486a12b
--- /dev/null
+++ b/x11/kdelibs3/patches/patch-dd
@@ -0,0 +1,12 @@
+$NetBSD: patch-dd,v 1.4 2012/03/04 08:38:39 shattered Exp $
+
+--- kdeprint/cups/cupsdconf2/cups-util.c.orig 2007-10-08 09:52:10.000000000 +0000
++++ kdeprint/cups/cupsdconf2/cups-util.c
+@@ -1,6 +1,7 @@
+ #include <cups/ipp.h>
+ #include <cups/http.h>
+ #include <cups/cups.h>
++#include <stdio.h>
+ #include <stdlib.h>
+ #include <fcntl.h>
+ #include <sys/stat.h>