diff options
author | marcus <marcus@FreeBSD.org> | 2010-01-24 03:42:48 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2010-01-24 03:42:48 +0800 |
commit | 0be774476ba4f228bd7eeba156d390d84bfd1e00 (patch) | |
tree | f3e9e71cb4937e76972e218481ea70a2cd48fcda /net-im | |
parent | 3f0e55e215f5ae80d2240639891e9a478ca53836 (diff) | |
download | freebsd-ports-gnome-0be774476ba4f228bd7eeba156d390d84bfd1e00.tar.gz freebsd-ports-gnome-0be774476ba4f228bd7eeba156d390d84bfd1e00.tar.zst freebsd-ports-gnome-0be774476ba4f228bd7eeba156d390d84bfd1e00.zip |
Fix the build now that utmp.h is a stub.
PR: 143065
Submitted by: Rob Farmer <rfarmer@predatorlabs.net>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/libpurple/files/patch-libpurple-protocols-zephyr-Zinternal.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-im/libpurple/files/patch-libpurple-protocols-zephyr-Zinternal.c b/net-im/libpurple/files/patch-libpurple-protocols-zephyr-Zinternal.c new file mode 100644 index 000000000000..2d8d1d95695f --- /dev/null +++ b/net-im/libpurple/files/patch-libpurple-protocols-zephyr-Zinternal.c @@ -0,0 +1,10 @@ +--- libpurple/protocols/zephyr/Zinternal.c.orig 2010-01-21 11:30:42.000000000 -0800 ++++ libpurple/protocols/zephyr/Zinternal.c 2010-01-21 11:30:50.000000000 -0800 +@@ -30,7 +30,6 @@ + #else + #include <arpa/inet.h> + #include <sys/socket.h> +-#include <utmp.h> + #endif + + int __Zephyr_fd = -1; |