diff options
author | danw <danw@pkgsrc.org> | 2003-09-27 21:05:22 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2003-09-27 21:05:22 +0000 |
commit | 628549d06a7f33920ff93d7744db6d11ecbf5279 (patch) | |
tree | d3886405f06807cdb8d3d730ed7b305bc56513dc /print/libgnomeprint/patches/patch-aa | |
parent | 32aba9c232f7dab66075150e457e99eb452a8f63 (diff) | |
download | pkgsrc-628549d06a7f33920ff93d7744db6d11ecbf5279.tar.gz |
patches for darwin
Diffstat (limited to 'print/libgnomeprint/patches/patch-aa')
-rw-r--r-- | print/libgnomeprint/patches/patch-aa | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/print/libgnomeprint/patches/patch-aa b/print/libgnomeprint/patches/patch-aa new file mode 100644 index 00000000000..b37f131034e --- /dev/null +++ b/print/libgnomeprint/patches/patch-aa @@ -0,0 +1,14 @@ +$NetBSD: patch-aa,v 1.3 2003/09/27 21:05:22 danw Exp $ + +--- libgnomeprint/gnome-print.c.orig Mon Sep 1 10:11:58 2003 ++++ libgnomeprint/gnome-print.c Mon Sep 1 10:11: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> |