aboutsummaryrefslogtreecommitdiff
path: root/net-im/tox
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2017-11-28 20:43:38 +0000
committerThierry Thomas <thierry@FreeBSD.org>2017-11-28 20:43:38 +0000
commit6a7926a057d02ebd8bf94e8737796487261175a8 (patch)
tree08f71bce9c37a76afdaabe07936308c6686bfc38 /net-im/tox
parentf3dc4175c975a340ce5d4d6970a5afb7360aba5b (diff)
downloadports-6a7926a057d02ebd8bf94e8737796487261175a8.tar.gz
ports-6a7926a057d02ebd8bf94e8737796487261175a8.zip
Notes
Diffstat (limited to 'net-im/tox')
-rw-r--r--net-im/tox/Makefile2
-rw-r--r--net-im/tox/files/patch-toxcore_ccompat.h11
2 files changed, 12 insertions, 1 deletions
diff --git a/net-im/tox/Makefile b/net-im/tox/Makefile
index 5a89ac6adc65..849a2d364724 100644
--- a/net-im/tox/Makefile
+++ b/net-im/tox/Makefile
@@ -3,7 +3,7 @@
PORTNAME= toxcore
PORTVERSION= 0.1.8
-PORTREVISION= 2
+PORTREVISION= 3
DISTVERSIONPREFIX= v
PORTEPOCH= 1
CATEGORIES= net-im net-p2p
diff --git a/net-im/tox/files/patch-toxcore_ccompat.h b/net-im/tox/files/patch-toxcore_ccompat.h
new file mode 100644
index 000000000000..cf5ec0f15006
--- /dev/null
+++ b/net-im/tox/files/patch-toxcore_ccompat.h
@@ -0,0 +1,11 @@
+--- toxcore/ccompat.h.orig 2017-04-27 18:20:19 UTC
++++ toxcore/ccompat.h
+@@ -29,8 +29,6 @@
+ // Emulation using alloca.
+ #ifdef _WIN32
+ #include <malloc.h>
+-#else
+-#include <alloca.h>
+ #endif
+
+ #define VLA(type, name, size) \