aboutsummaryrefslogtreecommitdiff
path: root/net-im/tox/files
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2014-06-11 21:53:30 +0000
committerThierry Thomas <thierry@FreeBSD.org>2014-06-11 21:53:30 +0000
commit3ff3811a6cd19f01bfd2bce33e265918ccb8fa51 (patch)
tree8f5e3867f246f3f15003a6ea268826356cfd6f6d /net-im/tox/files
parent8d20446f87cd739abc85c335d17415745d4fa26c (diff)
downloadports-3ff3811a6cd19f01bfd2bce33e265918ccb8fa51.tar.gz
ports-3ff3811a6cd19f01bfd2bce33e265918ccb8fa51.zip
Refresh.
Notes
Notes: svn path=/head/; revision=357544
Diffstat (limited to 'net-im/tox/files')
-rw-r--r--net-im/tox/files/patch-toxav_toxav.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/net-im/tox/files/patch-toxav_toxav.c b/net-im/tox/files/patch-toxav_toxav.c
deleted file mode 100644
index 3e131f2b1280..000000000000
--- a/net-im/tox/files/patch-toxav_toxav.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- toxav/toxav.c.orig 2014-05-31 21:36:37.000000000 +0200
-+++ toxav/toxav.c 2014-06-02 00:11:25.000000000 +0200
-@@ -532,7 +532,7 @@
- if (pkt->kind == VPX_CODEC_CX_FRAME_PKT) {
- if ( copied + pkt->data.frame.sz > dest_max ) return ErrorPacketTooLarge;
-
-- mempcpy(dest + copied, pkt->data.frame.buf, pkt->data.frame.sz);
-+ memcpy(dest + copied, pkt->data.frame.buf, pkt->data.frame.sz);
- copied += pkt->data.frame.sz;
- }
- }
-@@ -713,4 +713,4 @@
- inline__ Tox *toxav_get_tox(ToxAv *av)
- {
- return (Tox *)av->messenger;
--}
-\ No newline at end of file
-+}