summaryrefslogtreecommitdiff
path: root/print/libgnomecups/patches/patch-libgnomecups_gnome-cups-request.h
diff options
context:
space:
mode:
Diffstat (limited to 'print/libgnomecups/patches/patch-libgnomecups_gnome-cups-request.h')
-rw-r--r--print/libgnomecups/patches/patch-libgnomecups_gnome-cups-request.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/print/libgnomecups/patches/patch-libgnomecups_gnome-cups-request.h b/print/libgnomecups/patches/patch-libgnomecups_gnome-cups-request.h
new file mode 100644
index 00000000000..b3aa3738b3d
--- /dev/null
+++ b/print/libgnomecups/patches/patch-libgnomecups_gnome-cups-request.h
@@ -0,0 +1,15 @@
+$NetBSD: patch-libgnomecups_gnome-cups-request.h,v 1.1 2014/06/13 22:10:24 schnoebe Exp $
+
+--- libgnomecups/gnome-cups-request.h.orig 2007-01-02 00:18:51.000000000 +0000
++++ libgnomecups/gnome-cups-request.h
+@@ -1,6 +1,10 @@
+ #ifndef GNOME_CUPS_REQUEST_H
+ #define GNOME_CUPS_REQUEST_H
+
++/* transitional, until modified to use the ipp_attribute_t accessors */
++#ifndef _IPP_PRIVATE_STRUCTURES
++# define _IPP_PRIVATE_STRUCTURES 1
++#endif
+ #include <cups/ipp.h>
+ #include <glib.h>
+ #include "gnome-cups-init.h"