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 +-#else +-#include + #endif + + #define VLA(type, name, size) \