diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-03-26 04:08:55 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-03-26 04:08:55 +0800 |
commit | 441756a8ebffb48dcd876297a529c639e47b91c8 (patch) | |
tree | 52e4839dab933d2910c8d57fc5a44481e8401ba3 /devel | |
parent | d556071f65c6735e65b300614336b9fe432a40a5 (diff) | |
download | freebsd-ports-gnome-441756a8ebffb48dcd876297a529c639e47b91c8.tar.gz freebsd-ports-gnome-441756a8ebffb48dcd876297a529c639e47b91c8.tar.zst freebsd-ports-gnome-441756a8ebffb48dcd876297a529c639e47b91c8.zip |
Fix the build with the new libz.
Reported by: avl
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gnome-vfs/files/patch-modules_gzip-method.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/gnome-vfs/files/patch-modules_gzip-method.c b/devel/gnome-vfs/files/patch-modules_gzip-method.c new file mode 100644 index 000000000000..3288d1853669 --- /dev/null +++ b/devel/gnome-vfs/files/patch-modules_gzip-method.c @@ -0,0 +1,10 @@ +--- modules/gzip-method.c.orig 2010-03-25 16:05:12.000000000 -0400 ++++ modules/gzip-method.c 2010-03-25 16:06:56.000000000 -0400 +@@ -30,6 +30,7 @@ + #include <stdio.h> + #include <string.h> + #include <time.h> ++#undef _LARGEFILE64_SOURCE + #include <zlib.h> + + struct _GZipMethodHandle { |