freebsd-ports/x11/libxklavier/files/patch-libxklavier_xklavier.c
Joe Marcus Clarke 29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00

11 lines
434 B
C

--- libxklavier/xklavier.c.orig Sat Apr 15 21:14:40 2006
+++ libxklavier/xklavier.c Tue Jun 13 00:07:32 2006
@@ -394,7 +394,7 @@ xkl_default_log_appender(const gchar fil
gint level, const gchar format[], va_list args)
{
time_t now = time(NULL);
- fprintf(stdout, "[%08ld,%03d,%s:%s/] \t", now, level, file,
+ fprintf(stdout, "[%08ld,%03d,%s:%s/] \t", (long)now, level, file,
function);
vfprintf(stdout, format, args);
}