svn commit: r401722 - head/net-im/tox

Thierry Thomas thierry at FreeBSD.org
Sun Nov 15 18:54:10 UTC 2015


Author: thierry
Date: Sun Nov 15 18:54:09 2015
New Revision: 401722
URL: https://svnweb.freebsd.org/changeset/ports/401722

Log:
  Fix build on FreeBSD 9-x with clang.
  
  PR:		ports/204532
  Reported by:	rozhuk.im (at) gmail.com

Modified:
  head/net-im/tox/Makefile

Modified: head/net-im/tox/Makefile
==============================================================================
--- head/net-im/tox/Makefile	Sun Nov 15 18:21:09 2015	(r401721)
+++ head/net-im/tox/Makefile	Sun Nov 15 18:54:09 2015	(r401722)
@@ -22,7 +22,7 @@ GH_TAGNAME=	22634a4
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-tests
-USES=		autoreconf libtool pathfix pkgconfig
+USES=		autoreconf compiler:c11 libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
 PATHFIX_MAKEFILEIN=	Makefile.am
 INSTALL_TARGET=		install-strip


More information about the svn-ports-all mailing list