diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-08 17:00:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-08 17:00:49 +0000 |
commit | 0079d2fc6d38634d3a2ed68e75f6532dea93504f (patch) | |
tree | 3a83a1632874b1630816fc4e47a55fb1aed970c2 /textproc/groonga | |
parent | 6450f1dcc534af806ca880c6184d195c8c667f87 (diff) | |
download | pkgsrc-0079d2fc6d38634d3a2ed68e75f6532dea93504f.tar.gz |
Remove patch after 4.0.9 update.
Diffstat (limited to 'textproc/groonga')
-rw-r--r-- | textproc/groonga/patches/patch-lib_grn.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/textproc/groonga/patches/patch-lib_grn.h b/textproc/groonga/patches/patch-lib_grn.h deleted file mode 100644 index 5e11b0f360b..00000000000 --- a/textproc/groonga/patches/patch-lib_grn.h +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-lib_grn.h,v 1.1 2014/12/03 08:47:11 obache Exp $ - -*BSD doesn't define off64_t. We should use off_t on the environment. -https://github.com/groonga/groonga/commit/c019cfbfbf5365c28ce727a46448aa6f77de8543 - ---- lib/grn.h.orig 2014-11-28 03:10:30.000000000 +0000 -+++ lib/grn.h -@@ -174,6 +174,10 @@ typedef SOCKET grn_sock; - # include <unistd.h> - # endif /* HAVE_UNISTD_H */ - -+# ifndef __off64_t_defined -+typedef off_t off64_t; -+# endif -+ - # ifndef PATH_MAX - # if defined(MAXPATHLEN) - # define PATH_MAX MAXPATHLEN |