diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-19 16:57:19 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-19 16:57:19 +0000 |
commit | 273855ca01349031918fab26918c9af911385c5d (patch) | |
tree | 3bdd249396cf83eec3ac1feed96bc711269b12e4 /print/libgnomeprint/files/patch-libgnomeprint::gnome-print-meta.c | |
parent | Resurrect patch-startx which changes the default to turn off TCP listening, (diff) |
Update libgnomeprint to 1.111.0 after a repo-copy from gnomeprint and connect
it to the build.
PR: 36031
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Notes
Notes:
svn path=/head/; revision=56344
Diffstat (limited to 'print/libgnomeprint/files/patch-libgnomeprint::gnome-print-meta.c')
-rw-r--r-- | print/libgnomeprint/files/patch-libgnomeprint::gnome-print-meta.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/print/libgnomeprint/files/patch-libgnomeprint::gnome-print-meta.c b/print/libgnomeprint/files/patch-libgnomeprint::gnome-print-meta.c new file mode 100644 index 000000000000..fc5f161554aa --- /dev/null +++ b/print/libgnomeprint/files/patch-libgnomeprint::gnome-print-meta.c @@ -0,0 +1,15 @@ + +$FreeBSD$ + +--- libgnomeprint/gnome-print-meta.c 2002/03/19 16:19:47 1.1 ++++ libgnomeprint/gnome-print-meta.c 2002/03/19 16:20:00 +@@ -28,8 +28,8 @@ + + #include <math.h> + #include <string.h> +-#include <sys/mman.h> + #include <sys/types.h> ++#include <sys/mman.h> + #include <sys/stat.h> + #include <unistd.h> + #include <fcntl.h> |