diff options
author | rh <rh> | 2001-04-06 22:12:55 +0000 |
---|---|---|
committer | rh <rh> | 2001-04-06 22:12:55 +0000 |
commit | 5ef256208b30540b9674ea76916c28bda2d34a48 (patch) | |
tree | 53b3b06eba3b2edc6fa76b90fa3a0ff7a677da5b /print/gnome-print | |
parent | 08cf02620c0b556609f70a6738cb128513cadd6b (diff) | |
download | pkgsrc-5ef256208b30540b9674ea76916c28bda2d34a48.tar.gz |
Add missing patch
Diffstat (limited to 'print/gnome-print')
-rw-r--r-- | print/gnome-print/patches/patch-ab | 14 |
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> |