Fix build

PR:		147089
Submitted by:	freebsd@nagilum.org
Approved by:	John Prather <john.c.prather@gmail.com> (maintainer)
This commit is contained in:
Emanuel Haupt 2010-05-27 09:45:08 +00:00
parent 046703dafa
commit b17183777e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255174
2 changed files with 12 additions and 3 deletions

View file

@ -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

View file

@ -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