changeset 31595:28b328da7269

Pidgin 2.7.9 does not compile on FreeBSD 9-CURRENT because this does not have utmp.h anymore; see http://wiki.freebsd.org/PortsBrokenOnCurrent for more details about the change from utmp.h to utmpx.h; in our case it is enough to delete the line 33 in file pidgin-2.7.9/libpurple/protocols/zephyr/Zinternal.c committer: Richard Laager <rlaager@wiktel.com>
author guru@unixarea.de
date Mon, 17 Jan 2011 20:21:22 +0000
parents 2c29fe4757a2
children 4c4482625191
files libpurple/protocols/zephyr/Zinternal.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/zephyr/Zinternal.c	Thu Jan 13 08:24:28 2011 +0000
+++ b/libpurple/protocols/zephyr/Zinternal.c	Mon Jan 17 20:21:22 2011 +0000
@@ -30,7 +30,6 @@
 #else
 #include <arpa/inet.h>
 #include <sys/socket.h>
-#include <utmp.h>
 #endif
 
 int __Zephyr_fd = -1;