summaryrefslogtreecommitdiff
path: root/print/gnome-print
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2001-04-06 22:12:55 +0000
committerrh <rh@pkgsrc.org>2001-04-06 22:12:55 +0000
commita6c4290fcc195237a65dad238571e08edf483ccf (patch)
tree53b3b06eba3b2edc6fa76b90fa3a0ff7a677da5b /print/gnome-print
parent9bc49e1bfab5b0733874028fdcd7df893410980d (diff)
downloadpkgsrc-a6c4290fcc195237a65dad238571e08edf483ccf.tar.gz
Add missing patch
Diffstat (limited to 'print/gnome-print')
-rw-r--r--print/gnome-print/patches/patch-ab14
1 files changed, 14 insertions, 0 deletions
diff --git a/print/gnome-print/patches/patch-ab b/print/gnome-print/patches/patch-ab
new file mode 100644
index 00000000000..4190729fbe2
--- /dev/null
+++ b/print/gnome-print/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.5 2001/04/06 22:12:55 rh Exp $
+
+--- installer/gf-pfb.c.orig Fri Apr 6 12:38:56 2001
++++ installer/gf-pfb.c
+@@ -4,8 +4,8 @@
+ * fixme: We should relly do some parsing here
+ */
+
+-#include <sys/mman.h>
+ #include <sys/types.h>
++#include <sys/mman.h>
+ #include <sys/stat.h>
+ #include <unistd.h>
+ #include <fcntl.h>