Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Nov 2017 20:43:38 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455075 - in head/net-im/tox: . files
Message-ID:  <201711282043.vASKhcGP072554@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Tue Nov 28 20:43:38 2017
New Revision: 455075
URL: https://svnweb.freebsd.org/changeset/ports/455075

Log:
  Fix the build in some cases.
  
  PR:		222235
  Submitted by:	rozhuk.im (at) gmail.com

Added:
  head/net-im/tox/files/patch-toxcore_ccompat.h   (contents, props changed)
Modified:
  head/net-im/tox/Makefile

Modified: head/net-im/tox/Makefile
==============================================================================
--- head/net-im/tox/Makefile	Tue Nov 28 20:27:09 2017	(r455074)
+++ head/net-im/tox/Makefile	Tue Nov 28 20:43:38 2017	(r455075)
@@ -3,7 +3,7 @@
 
 PORTNAME=	toxcore
 PORTVERSION=	0.1.8
-PORTREVISION=	2
+PORTREVISION=	3
 DISTVERSIONPREFIX=	v
 PORTEPOCH=	1
 CATEGORIES=	net-im net-p2p

Added: head/net-im/tox/files/patch-toxcore_ccompat.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/tox/files/patch-toxcore_ccompat.h	Tue Nov 28 20:43:38 2017	(r455075)
@@ -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)                           \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711282043.vASKhcGP072554>