Skip to content

Commit 00954f4

Browse files
committed
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.
1 parent 4d0eafc commit 00954f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎textproc/hs-pandoc/Makefile‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,9 @@ OPTIONS_SUB= yes
228228

229229
.include <bsd.port.pre.mk>
230230

231-
.if ${ARCH} == i386
231+
.if ${ARCH} == i386 || ${ARCH} == aarch64
232232
# compiler goes out of memory
233-
BUILD_ARGS+= --disable-optimization
233+
BUILD_ARGS+= --disable-optimization
234234
.endif
235235

236236
post-install-EMBED_DATA-off:

0 commit comments

Comments
 (0)