diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-10-14 19:41:37 +0800 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-10-14 19:41:37 +0800 |
commit | e140e73950348f62f3c5471362d336480d9cec76 (patch) | |
tree | 9e3aa2bdc1bfb79575767b47fdf186094e9174a3 | |
parent | c9c5f38dcd7b93ca3c9010ee4b5b15fbbba1e421 (diff) | |
download | freebsd-ports-gnome-e140e73950348f62f3c5471362d336480d9cec76.tar.gz freebsd-ports-gnome-e140e73950348f62f3c5471362d336480d9cec76.tar.zst freebsd-ports-gnome-e140e73950348f62f3c5471362d336480d9cec76.zip |
Fix the build with cups 1.5.0.
Submitted by: John Hein <jhein@symmetricom.com>
-rw-r--r-- | print/libgnomeprint/files/patch-gnome-print-cups-transport.c | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/print/libgnomeprint/files/patch-gnome-print-cups-transport.c b/print/libgnomeprint/files/patch-gnome-print-cups-transport.c new file mode 100644 index 000000000000..8aabdfb65d2a --- /dev/null +++ b/print/libgnomeprint/files/patch-gnome-print-cups-transport.c @@ -0,0 +1,21 @@ +========================= +commit 9b82b7e75b83395e7c5692085e1934202cf7f65f +Author: Jeremy Huddleston <jeremyhu@freedesktop.org> +Date: Wed Oct 12 17:08:59 2011 +0200 + + Add missing include + + https://bugzilla.gnome.org/show_bug.cgi?id=653388 + +========================= + +--- libgnomeprint/modules/cups/gnome-print-cups-transport.c.orig 2010-02-09 05:32:51.000000000 -0700 ++++ libgnomeprint/modules/cups/gnome-print-cups-transport.c 2011-10-13 08:27:55.000000000 -0600 +@@ -34,6 +34,7 @@ + #include <sys/types.h> + #include <sys/stat.h> + #include <fcntl.h> ++#include <stdio.h> + #include <unistd.h> + #include <locale.h> + |