aboutsummaryrefslogtreecommitdiff
path: root/security/gpgme
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-09-22 16:33:25 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-09-22 16:33:25 +0000
commit04c09fcd8d76bdcba6983979a474c52ffd997073 (patch)
tree467f7b381f3f522a19cbe80374f75ed66fac87a4 /security/gpgme
parent20d59b725e570b038667f71c952f3ab3bb4d2c8c (diff)
downloadports-04c09fcd8d76bdcba6983979a474c52ffd997073.tar.gz
ports-04c09fcd8d76bdcba6983979a474c52ffd997073.zip
security/gpgme: add USES=compiler:c11
Needed to fix build on GCC architectures. Approved by: mentors (implicit approval)
Notes
Notes: svn path=/head/; revision=512592
Diffstat (limited to 'security/gpgme')
-rw-r--r--security/gpgme/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
index 8889ed60491a..363d8c7a6688 100644
--- a/security/gpgme/Makefile
+++ b/security/gpgme/Makefile
@@ -16,7 +16,7 @@ LICENSE_FILE?= ${WRKSRC}/COPYING.LESSER
LIB_DEPENDS= libassuan.so:security/libassuan \
libgpg-error.so:security/libgpg-error
-USES= cpe gmake libtool localbase:ldflags tar:bzip2
+USES= compiler:c11 cpe gmake libtool localbase:ldflags tar:bzip2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes