svn commit: r425239 - head/security/bearssl

Mark Felder feld at FreeBSD.org
Thu Nov 3 16:06:32 UTC 2016


Author: feld
Date: Thu Nov  3 16:06:29 2016
New Revision: 425239
URL: https://svnweb.freebsd.org/changeset/ports/425239

Log:
  security/bearssl: Fix build on FreeBSD 9.3

Modified:
  head/security/bearssl/Makefile

Modified: head/security/bearssl/Makefile
==============================================================================
--- head/security/bearssl/Makefile	Thu Nov  3 16:05:58 2016	(r425238)
+++ head/security/bearssl/Makefile	Thu Nov  3 16:06:29 2016	(r425239)
@@ -11,6 +11,8 @@ COMMENT=	Implementation of TLS/SSL in C
 
 LICENSE=	MIT
 
+USES=		compiler:c11
+
 post-patch:
 	${REINPLACE_CMD} 's|CC = gcc|CC ?= gcc|' ${WRKSRC}/Makefile
 


More information about the svn-ports-head mailing list