summaryrefslogtreecommitdiff
path: root/berkeleydb
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-03-30 17:00:08 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-03-30 17:00:08 +0200
commit8bc439333a970895b0f1dd5f353ac9f8c9031c56 (patch)
tree1ee8ba233c0b234c0d910c9dabcbe12dc4586705 /berkeleydb
parenta8e489495af7b0e74c3aca256e673fa6a34b9244 (diff)
Updated patch comment
Diffstat (limited to 'berkeleydb')
-rw-r--r--berkeleydb/makefile.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/berkeleydb/makefile.mk b/berkeleydb/makefile.mk
index 6a5809ad7cc9..6ee001dd7c64 100644
--- a/berkeleydb/makefile.mk
+++ b/berkeleydb/makefile.mk
@@ -64,7 +64,9 @@ PATCH_FILES += db-4.7.25.NC-mingw32hack.patch
# which causes /usr/i686-w64-mingw32/sys-root/mingw/include/_mingw.h to not
# define _USE_32BIT_TIME_T, so that berkeleydb uses a 64 bit time_t while
# the rest of LibreOffice uses a 32 bit time_t, which causes problems as
- # there is e.g. a member time_t timestamp of struct __db in db.h
+ # there is e.g. a member time_t timestamp of struct __db in db.h; see
+ # <http://sourceforge.net/support/tracker.php?aid=3513251> "_mingw.h: size
+ # of time_t depends on _FILE_OFFSET_BITS"
.ELSE
PATCH_FILES=\
db-4.7.25.patch \