summaryrefslogtreecommitdiffstats
path: root/net-im/libjingle
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/libjingle')
-rw-r--r--net-im/libjingle/Makefile4
-rw-r--r--net-im/libjingle/files/patch-talk__session__phone__voicechannel.cc11
2 files changed, 11 insertions, 4 deletions
diff --git a/net-im/libjingle/Makefile b/net-im/libjingle/Makefile
index b6c9605..40eb31d 100644
--- a/net-im/libjingle/Makefile
+++ b/net-im/libjingle/Makefile
@@ -82,10 +82,6 @@ post-install:
.include <bsd.port.pre.mk>
-.if ${ARCH} != "i386"
-BROKEN= Does not compile on !i386
-.endif
-
LDFLAGS+=-L${LOCALBASE}/lib -L${OPENSSLLIB} ${PTHREAD_LIBS}
PKG_CONFIG?=${LOCALBASE}/bin/pkg-config
diff --git a/net-im/libjingle/files/patch-talk__session__phone__voicechannel.cc b/net-im/libjingle/files/patch-talk__session__phone__voicechannel.cc
new file mode 100644
index 0000000..5532f4f
--- /dev/null
+++ b/net-im/libjingle/files/patch-talk__session__phone__voicechannel.cc
@@ -0,0 +1,11 @@
+--- talk/session/phone/voicechannel.cc.orig Fri Mar 3 08:39:15 2006
++++ talk/session/phone/voicechannel.cc Fri Mar 3 08:39:36 2006
+@@ -159,7 +159,7 @@
+ channel_->OnPacketReceived(data, (int)len);
+ }
+
+-void VoiceChannel::SendPacket(const void *data, unsigned int len) {
++void VoiceChannel::SendPacket(const void *data, size_t len) {
+ // SendPacket gets called from MediaEngine; send to socket
+ // MediaEngine will call us on a random thread. The Send operation on the socket is
+ // special in that it can handle this.
OpenPOWER on IntegriCloud