diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/krb5-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/krb5-devel/Makefile b/security/krb5-devel/Makefile index 8a1e203115c6..85dc8a438fc4 100644 --- a/security/krb5-devel/Makefile +++ b/security/krb5-devel/Makefile @@ -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}" |