pidgin: 3e1e394a: Pidgin 2.7.9 does not compile on FreeBSD...

rlaager at pidgin.im rlaager at pidgin.im
Mon Jan 17 15:40:48 EST 2011


----------------------------------------------------------------------
Revision: 3e1e394a5c30d86e26a1419fbfbc1af5d31dff09
Parent:   03fc534b1353dfbeab5d8745896780b4424ab3ed
Author:   guru at unixarea.de
Date:     01/17/11 15:21:22
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/3e1e394a5c30d86e26a1419fbfbc1af5d31dff09

Changelog: 

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

Changes against parent 03fc534b1353dfbeab5d8745896780b4424ab3ed

  patched  libpurple/protocols/zephyr/Zinternal.c

-------------- next part --------------
============================================================
--- libpurple/protocols/zephyr/Zinternal.c	b0712989c02f381110ac740f7fbb4e51a4fa123c
+++ libpurple/protocols/zephyr/Zinternal.c	7e19a554820617706bf9e0b472b325f67d19a61e
@@ -30,7 +30,6 @@
 #else
 #include <arpa/inet.h>
 #include <sys/socket.h>
-#include <utmp.h>
 #endif
 
 int __Zephyr_fd = -1;


More information about the Commits mailing list