svn commit: r507528 - head/security/krb5-devel
Piotr Kubaj
pkubaj at FreeBSD.org
Sun Jul 28 20:08:32 UTC 2019
Author: pkubaj
Date: Sun Jul 28 20:08:31 2019
New Revision: 507528
URL: https://svnweb.freebsd.org/changeset/ports/507528
Log:
security/krb5-devel: fix build with GCC-based architectures
C11 compiler is necessary:
edwards25519_fiat.h:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fiat_25519_int128'
Approved by: mentors (implicit approval)
Modified:
head/security/krb5-devel/Makefile
Modified: head/security/krb5-devel/Makefile
==============================================================================
--- head/security/krb5-devel/Makefile Sun Jul 28 19:44:26 2019 (r507527)
+++ head/security/krb5-devel/Makefile Sun Jul 28 20:08:31 2019 (r507528)
@@ -29,8 +29,8 @@ USE_PERL5= build
USE_LDCONFIG= yes
USE_CSTD= gnu99
GNU_CONFIGURE= yes
-USES= autoreconf cpe gmake localbase perl5 libtool:build \
- gssapi:bootstrap,mit pkgconfig ssl
+USES= autoreconf compiler:c11 cpe gmake localbase perl5 \
+ libtool:build gssapi:bootstrap,mit pkgconfig ssl
CONFIGURE_ARGS?= --enable-shared --without-system-verto \
--disable-rpath --localstatedir="${PREFIX}/var"
CONFIGURE_ENV= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" YACC="${YACC}"
More information about the svn-ports-all
mailing list