1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

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)
This commit is contained in:
Piotr Kubaj 2019-10-23 09:44:36 +00:00
parent 84794c5134
commit 41fec3c21b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515243

View File

@ -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