summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Apitz <guru@unixarea.de>2011-01-17 20:21:22 +0000
committerMatthias Apitz <guru@unixarea.de>2011-01-17 20:21:22 +0000
commit7cb4ac8a87029994141463962b7610c007add08d (patch)
tree16a1e7af305b8dd2bd583b30fe8c0e5226f51098
parent642ce24d3a629a31ffdc0dc487fdc1e95167ec04 (diff)
downloadpidgin-7cb4ac8a87029994141463962b7610c007add08d.tar.gz
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@pidgin.im>
-rw-r--r--libpurple/protocols/zephyr/Zinternal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libpurple/protocols/zephyr/Zinternal.c b/libpurple/protocols/zephyr/Zinternal.c
index a848c125cc..6c5d8bb0aa 100644
--- a/libpurple/protocols/zephyr/Zinternal.c
+++ b/libpurple/protocols/zephyr/Zinternal.c
@@ -30,7 +30,6 @@
#else
#include <arpa/inet.h>
#include <sys/socket.h>
-#include <utmp.h>
#endif
int __Zephyr_fd = -1;