aboutsummaryrefslogtreecommitdiff
path: root/security/tpm2-tss
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-08-28 16:38:18 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-08-28 16:38:18 +0000
commit7a51ba54c9c618e542a151d2d3f71ba0d1209378 (patch)
tree9239be5903f7685ccaae8bff91adbe41cc15f46e /security/tpm2-tss
parentafe8962cb127c4239083103872d3ab16cee4abc2 (diff)
downloadports-7a51ba54c9c618e542a151d2d3f71ba0d1209378.tar.gz
ports-7a51ba54c9c618e542a151d2d3f71ba0d1209378.zip
security/tpm2-tss: fix build on GCC architectures
Use newer GCC, base GCC can't build it: src/tss2-sys/api/Tss2_Sys_AC_GetCapability.c:49: error: '_TSS2_SYS_CONTEXT_BLOB' has no member named 'decryptAllowed' src/tss2-sys/api/Tss2_Sys_AC_GetCapability.c:50: error: '_TSS2_SYS_CONTEXT_BLOB' has no member named 'encryptAllowed' src/tss2-sys/api/Tss2_Sys_AC_GetCapability.c:51: error: '_TSS2_SYS_CONTEXT_BLOB' has no member named 'authAllowed' MFH: 2020Q3 (fix build blanket)
Notes
Notes: svn path=/head/; revision=546750
Diffstat (limited to 'security/tpm2-tss')
-rw-r--r--security/tpm2-tss/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tpm2-tss/Makefile b/security/tpm2-tss/Makefile
index 457d744e8664..039443fb0fb7 100644
--- a/security/tpm2-tss/Makefile
+++ b/security/tpm2-tss/Makefile
@@ -13,7 +13,7 @@ LICENSE= BSD2CLAUSE
LIB_DEPENDS= libjson-c.so:devel/json-c \
libcurl.so:ftp/curl
-USES= gmake libtool pkgconfig ssl
+USES= compiler:c11 gmake libtool pkgconfig ssl
USE_LDCONFIG= yes
GNU_CONFIGURE= yes