aboutsummaryrefslogtreecommitdiff
path: root/www/elinks/files/patch-src_dialogs_document.c
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-02-16 18:44:17 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-02-16 18:44:17 +0000
commit5a3576967b3fda848384d9ba0fafd26e4a40c205 (patch)
treeddf70a7e4e26e933778be936e71708b8f0495579 /www/elinks/files/patch-src_dialogs_document.c
parentc99981dc58d88344a829c805ed4252d38b040a13 (diff)
Notes
Diffstat (limited to 'www/elinks/files/patch-src_dialogs_document.c')
-rw-r--r--www/elinks/files/patch-src_dialogs_document.c12
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