diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2022-09-19 06:45:58 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2022-09-19 07:58:02 +0000 |
commit | 00954f44fcb3bbc89a9d208f2666d394a24dd3b2 (patch) | |
tree | e6d7d5b208f26b67598a1150c5e9589fac51c274 /textproc/hs-pandoc | |
parent | 4d0eafc7b82bec94467d47b15cf03a691f573116 (diff) |
Diffstat (limited to 'textproc/hs-pandoc')
-rw-r--r-- | textproc/hs-pandoc/Makefile | 4 |
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: |