mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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)
This commit is contained in:
parent
c1e02d88b6
commit
551aa4c2d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507528
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user