summaryrefslogtreecommitdiff
path: root/print/cups/patches
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2011-12-21 08:57:11 +0000
committersbd <sbd@pkgsrc.org>2011-12-21 08:57:11 +0000
commit71aa16df0cddec7b21ff4964ef62982e8afff612 (patch)
tree517a8aaf0b6d02b06f05c7e8435b8157298f4384 /print/cups/patches
parentf3c5ea9fa24428a7dd1945b6dfc1239d784a9457 (diff)
downloadpkgsrc-71aa16df0cddec7b21ff4964ef62982e8afff612.tar.gz
Don't use statfs() on SunOS (PR#44453).
Diffstat (limited to 'print/cups/patches')
-rw-r--r--print/cups/patches/patch-au4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cups/patches/patch-au b/print/cups/patches/patch-au
index 85500148bfa..6288805819d 100644
--- a/print/cups/patches/patch-au
+++ b/print/cups/patches/patch-au
@@ -1,4 +1,4 @@
-$NetBSD: patch-au,v 1.14 2011/11/13 21:49:17 sbd Exp $
+$NetBSD: patch-au,v 1.15 2011/12/21 08:57:11 sbd Exp $
--- scheduler/printers.c.orig 2011-06-15 00:46:13.000000000 +0000
+++ scheduler/printers.c
@@ -6,7 +6,7 @@ $NetBSD: patch-au,v 1.14 2011/11/13 21:49:17 sbd Exp $
# include <asl.h>
#endif /* __APPLE__ */
-+#if defined(HAVE_STATVFS) && defined(__NetBSD__)
++#if defined(HAVE_STATVFS) && ( defined(__NetBSD__) || defined(__sun) )
+#undef HAVE_STATFS
+#endif