aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2022-09-19 06:45:58 +0000
committerGleb Popov <arrowd@FreeBSD.org>2022-09-19 07:58:02 +0000
commit00954f44fcb3bbc89a9d208f2666d394a24dd3b2 (patch)
treee6d7d5b208f26b67598a1150c5e9589fac51c274
parent4d0eafc7b82bec94467d47b15cf03a691f573116 (diff)
downloadports-00954f44fcb3bbc89a9d208f2666d394a24dd3b2.tar.gz
ports-00954f44fcb3bbc89a9d208f2666d394a24dd3b2.zip
textproc/hs-pandoc: Disable optimizations for aarch64.
The same time the port is failing on aarch64 on the cluster for unknown reason. Disable optimizations to see if that helps.
-rw-r--r--textproc/hs-pandoc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/hs-pandoc/Makefile b/textproc/hs-pandoc/Makefile
index da40287d97d1..506249b8682a 100644
--- a/textproc/hs-pandoc/Makefile
+++ b/textproc/hs-pandoc/Makefile
@@ -228,9 +228,9 @@ OPTIONS_SUB= yes
.include <bsd.port.pre.mk>
-.if ${ARCH} == i386
+.if ${ARCH} == i386 || ${ARCH} == aarch64
# compiler goes out of memory
-BUILD_ARGS+= --disable-optimization
+BUILD_ARGS+= --disable-optimization
.endif
post-install-EMBED_DATA-off: