svn commit: r515243 - head/security/mkp224o

Piotr Kubaj pkubaj at FreeBSD.org
Wed Oct 23 09:44:37 UTC 2019


Author: pkubaj
Date: Wed Oct 23 09:44:36 2019
New Revision: 515243
URL: https://svnweb.freebsd.org/changeset/ports/515243

Log:
  security/mkp224o: fix build on GCC architectures
  
  Use C11 compiler:
  ed25519/ed25519-donna/ed25519-donna-portable.h:86:4: error: #error Need a uint128_t implementation!
  
  Approved by:	mentors (implicit approval)

Modified:
  head/security/mkp224o/Makefile

Modified: head/security/mkp224o/Makefile
==============================================================================
--- head/security/mkp224o/Makefile	Wed Oct 23 09:39:10 2019	(r515242)
+++ head/security/mkp224o/Makefile	Wed Oct 23 09:44:36 2019	(r515243)
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
 LIB_DEPENDS=	libsodium.so:security/libsodium
 
-USES=		autoreconf gmake localbase:ldflags
+USES=		autoreconf compiler:c11 gmake localbase:ldflags
 USE_GITHUB=	yes
 GH_ACCOUNT=	cathugger
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list