diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-07 18:42:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-07 18:42:25 +0000 |
commit | 336b31c3940aea29270fc9fd9b51d3ba1633729e (patch) | |
tree | ab986f61fb6fef3625ba83cee9ea5d304243bfe8 /print/libgnomeprint/files/patch-libgnomeprint_gnome-print.c | |
parent | add ocaml-images 2.10 (diff) |
Update to GNOME 2.2.
This is Phase I. All existing ports have been updated to their GNOME 2.2
counterparts.
Notes
Notes:
svn path=/head/; revision=75035
Diffstat (limited to 'print/libgnomeprint/files/patch-libgnomeprint_gnome-print.c')
-rw-r--r-- | print/libgnomeprint/files/patch-libgnomeprint_gnome-print.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/print/libgnomeprint/files/patch-libgnomeprint_gnome-print.c b/print/libgnomeprint/files/patch-libgnomeprint_gnome-print.c new file mode 100644 index 000000000000..6aa2b9a4fd79 --- /dev/null +++ b/print/libgnomeprint/files/patch-libgnomeprint_gnome-print.c @@ -0,0 +1,12 @@ +--- libgnomeprint/gnome-print.c.orig Tue Jan 7 14:39:24 2003 ++++ libgnomeprint/gnome-print.c Tue Jan 7 14:39:35 2003 +@@ -38,8 +38,8 @@ + #include <libgnomeprint/gnome-print-frgba.h> + + /* For the buffer stuff, remove when the buffer stuff is moved out here */ +-#include <sys/mman.h> + #include <sys/types.h> ++#include <sys/mman.h> + #include <sys/stat.h> + #include <fcntl.h> + #include <unistd.h> |