aboutsummaryrefslogtreecommitdiff
path: root/security/gnutls
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2021-11-28 19:33:56 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2021-11-28 20:21:54 +0000
commit7f765b2b68c15dae2d53461ed68e4516457ae496 (patch)
treea5f0e73e7611236a94ab404a53fb19f08bcefbad /security/gnutls
parentdcffd6124f976c784bc5ec40bdb65ea22cfd8196 (diff)
downloadports-7f765b2b68c15dae2d53461ed68e4516457ae496.tar.gz
ports-7f765b2b68c15dae2d53461ed68e4516457ae496.zip
security/gnutls: Remove -Wa,-march=all for clang on aarch64
PR: 260078
Diffstat (limited to 'security/gnutls')
-rw-r--r--security/gnutls/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index 1ed334f7ca95..945dddbe7aa9 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -90,6 +90,9 @@ post-patch:
${WRKSRC}/doc/invoke-p11tool.texi \
${WRKSRC}/doc/manpages/p11tool.1 \
${WRKSRC}/src/p11tool-args.c.bak
+# Bug 260078
+ @${REINPLACE_CMD} 's/-Wa,-march=all//' \
+ ${WRKSRC}/lib/accelerated/aarch64/Makefile.in
# Prevent regeneration. The order is important.
@${TOUCH} ${WRKSRC}/doc/enums.texi \
${WRKSRC}/doc/invoke-gnutls-cli.texi \