aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-06-07 15:48:30 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-06-07 15:48:30 +0000
commitb765daea1b6d53ea1620653d553941150d098827 (patch)
tree451f24768bfc7ed39039145470d6ab8db3dcdcc0
parentf001639d451328f97945b6181225c4753661a723 (diff)
downloadports-b765daea1b6d53ea1620653d553941150d098827.tar.gz
ports-b765daea1b6d53ea1620653d553941150d098827.zip
Notes
-rw-r--r--emulators/fs-uae/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/fs-uae/Makefile b/emulators/fs-uae/Makefile
index 07a808b9329a..76e943c11a43 100644
--- a/emulators/fs-uae/Makefile
+++ b/emulators/fs-uae/Makefile
@@ -42,7 +42,7 @@ JIT_CONFIGURE_ENABLE= jit
# JIT is not supported on non-x86 make sure it's off
.if ${ARCH} != amd64 && ${ARCH} != i386
-CONFIGURE_ARGS+= --without-jit
+CONFIGURE_ARGS+= --disable-jit
.endif
post-patch: