summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2010-05-27 09:45:08 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2010-05-27 09:45:08 +0000
commitb17183777edecdea2c7658c22fc22948cf5458b8 (patch)
tree0b5131c363473acef01d61f47c8f3a25641f1d09 /net-im
parent- Update to 20100525 (diff)
Fix build
PR: 147089 Submitted by: freebsd@nagilum.org Approved by: John Prather <john.c.prather@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=255174
Diffstat (limited to 'net-im')
-rw-r--r--net-im/pidgin-sipe/Makefile4
-rw-r--r--net-im/pidgin-sipe/files/patch-src__core__sipe.c11
2 files changed, 12 insertions, 3 deletions
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