diff --git a/net-im/pidgin-sipe/Makefile b/net-im/pidgin-sipe/Makefile index 205778509f0f..2982c3377d22 100644 --- a/net-im/pidgin-sipe/Makefile +++ b/net-im/pidgin-sipe/Makefile @@ -7,7 +7,7 @@ PORTNAME= pidgin-sipe PORTVERSION= 1.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= SF/sipe/sipe/${DISTNAME} @@ -17,8 +17,6 @@ COMMENT= A plugin for Pidgin to provide LCS/OCS connectivity LIB_DEPENDS= purple.7:${PORTSDIR}/net-im/libpurple RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin -BROKEN= does not build with pidgin 2.7 - GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes diff --git a/net-im/pidgin-sipe/files/patch-src__core__sipe.c b/net-im/pidgin-sipe/files/patch-src__core__sipe.c new file mode 100644 index 000000000000..f44680eb1783 --- /dev/null +++ b/net-im/pidgin-sipe/files/patch-src__core__sipe.c @@ -0,0 +1,11 @@ +--- ./src/core/sipe.c.orig 2010-05-27 11:34:50.000000000 +0200 ++++ ./src/core/sipe.c 2010-05-27 11:36:16.000000000 +0200 +@@ -10683,6 +10683,8 @@ + NULL, /* get_media_caps */ + #if PURPLE_VERSION_CHECK(2,7,0) + NULL, /* get_moods */ ++ NULL, /* set_public_alias */ ++ NULL, /* get_public_alias */ + #endif + #endif + #endif