diff options
author | adam <adam@pkgsrc.org> | 2012-01-16 19:47:31 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-01-16 19:47:31 +0000 |
commit | 13310fd0406e9c6a30c305ff6734f8806028178b (patch) | |
tree | e2fb8a26602fa9ce6f331b287160da0d373694b0 | |
parent | 96d7342ee026b45c06417900da7c06fac19ff8be (diff) | |
download | pkgsrc-13310fd0406e9c6a30c305ff6734f8806028178b.tar.gz |
Fix build with gcc4.3 and clang
-rw-r--r-- | sysutils/strigi/distinfo | 4 | ||||
-rw-r--r-- | sysutils/strigi/patches/patch-src_luceneindexer_jsgzipcompressstream.h | 7 |
2 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/strigi/distinfo b/sysutils/strigi/distinfo index e9b39417976..6697438c85d 100644 --- a/sysutils/strigi/distinfo +++ b/sysutils/strigi/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.5 2011/02/17 09:45:00 markd Exp $ +$NetBSD: distinfo,v 1.6 2012/01/16 19:47:31 adam Exp $ SHA1 (strigi-0.6.4.tar.bz2) = e91f31cc59fdfc303b662a8af899efe1365643bf RMD160 (strigi-0.6.4.tar.bz2) = 4b72de166b077778caa2b3ff31c2168a62155bd1 Size (strigi-0.6.4.tar.bz2) = 895552 bytes SHA1 (patch-aa) = 96bf66b656731db79f0a52e90e294afef010b252 SHA1 (patch-src_daemon_strigithread.cpp) = 0356c1cbe6ca490e7a916d65e6b7113c26c4d511 -SHA1 (patch-src_luceneindexer_jsgzipcompressstream.h) = 04a6cf7c2291fc9cd62d7595cda1b0528273ce75 +SHA1 (patch-src_luceneindexer_jsgzipcompressstream.h) = a8617a73c13e9da903b114336e0c45ceeb3dcb36 diff --git a/sysutils/strigi/patches/patch-src_luceneindexer_jsgzipcompressstream.h b/sysutils/strigi/patches/patch-src_luceneindexer_jsgzipcompressstream.h index 343da1b99a5..d7ef37e72bb 100644 --- a/sysutils/strigi/patches/patch-src_luceneindexer_jsgzipcompressstream.h +++ b/sysutils/strigi/patches/patch-src_luceneindexer_jsgzipcompressstream.h @@ -1,14 +1,15 @@ -$NetBSD: patch-src_luceneindexer_jsgzipcompressstream.h,v 1.1 2011/02/17 09:45:00 markd Exp $ +$NetBSD: patch-src_luceneindexer_jsgzipcompressstream.h,v 1.2 2012/01/16 19:47:31 adam Exp $ -Fix build with gcc4.3 +Fix build with gcc4.3 and clang --- src/luceneindexer/jsgzipcompressstream.h.orig 2009-02-01 19:55:38.000000000 +0000 +++ src/luceneindexer/jsgzipcompressstream.h -@@ -21,6 +21,7 @@ +@@ -21,6 +21,8 @@ #define GZIPCOMPRESSSTREAM_H #include <strigi/strigiconfig.h> // (u)int64_t +#include <cstdio> ++#include <cstring> #include <CLucene/util/streambase.h> #include <CLucene/util/bufferedstream.h> |