diff options
author | cy <cy@FreeBSD.org> | 2012-07-10 03:20:52 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2012-07-10 03:20:52 +0800 |
commit | a35f646b7eba02f457b783a1b1a0e2683d95ce2c (patch) | |
tree | aaecc41e3d48ac6e617fa56ea73f2b72eb4ad6bd | |
parent | 630626fa59cd780ccc88616d2a0837b1378c644d (diff) | |
download | freebsd-ports-gnome-a35f646b7eba02f457b783a1b1a0e2683d95ce2c.tar.gz freebsd-ports-gnome-a35f646b7eba02f457b783a1b1a0e2683d95ce2c.tar.zst freebsd-ports-gnome-a35f646b7eba02f457b783a1b1a0e2683d95ce2c.zip |
Fix build of security/krb5 with clang.
PR: 169740
Submitted by: Niclas Zeising <zeising@daemonic.se>
-rw-r--r-- | security/krb5-appl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile index 037c7e77d2dd..26b0ad03bdc6 100644 --- a/security/krb5-appl/Makefile +++ b/security/krb5-appl/Makefile @@ -31,6 +31,7 @@ USE_OPENSSL= yes USE_GMAKE= yes USE_PERL5_BUILD= yes USE_LDCONFIG= yes +USE_CSTD= gnu89 USE_AUTOTOOLS= libtool autoheader autoconf CONFIGURE_ARGS?= --enable-shared --with-krb5=${PREFIX}/bin/krb5-config CONFIGURE_ENV= INSTALL="${INSTALL}" YACC=/usr/bin/yacc |