Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2019 09:44:36 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515243 - head/security/mkp224o
Message-ID:  <201910230944.x9N9iafj081741@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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