diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-02-16 18:44:17 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-02-16 18:44:17 +0000 |
commit | 5a3576967b3fda848384d9ba0fafd26e4a40c205 (patch) | |
tree | ddf70a7e4e26e933778be936e71708b8f0495579 /www/elinks/files/patch-src_dialogs_document.c | |
parent | c99981dc58d88344a829c805ed4252d38b040a13 (diff) |
Notes
Diffstat (limited to 'www/elinks/files/patch-src_dialogs_document.c')
-rw-r--r-- | www/elinks/files/patch-src_dialogs_document.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/elinks/files/patch-src_dialogs_document.c b/www/elinks/files/patch-src_dialogs_document.c new file mode 100644 index 000000000000..62cb76c714a3 --- /dev/null +++ b/www/elinks/files/patch-src_dialogs_document.c @@ -0,0 +1,12 @@ +--- src/dialogs/document.c.orig Tue Feb 14 13:42:17 2006 ++++ src/dialogs/document.c Tue Feb 14 13:43:00 2006 +@@ -1,5 +1,9 @@ + /* Information about current document and current link */ + ++#if defined(__FreeBSD__) && __FreeBSD_version < 500000 ++#define PRId64 "lld" ++#endif ++ + #ifdef HAVE_CONFIG_H + #include "config.h" + #endif |