git: cd7257aa17c4 - main - lang/racket: fix build on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 22 Sep 2022 11:26:48 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cd7257aa17c4e540103d7a54ae97b89c690fe9a5
commit cd7257aa17c4e540103d7a54ae97b89c690fe9a5
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-09-22 10:13:56 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-09-22 10:13:56 +0000
lang/racket: fix build on powerpc
---
lang/racket/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lang/racket/Makefile b/lang/racket/Makefile
index 363338252489..f97a33bbb488 100644
--- a/lang/racket/Makefile
+++ b/lang/racket/Makefile
@@ -42,10 +42,12 @@ OPTIONS_DEFINE= DOCS
OPTIONS_DEFAULT= CS
OPTIONS_SUB= yes
+OPTIONS_DEFAULT_powerpc= BC
OPTIONS_DEFAULT_powerpc64= BC
OPTIONS_DEFAULT_powerpc64le= BC
OPTIONS_DEFINE_amd64= FUTURES JIT
OPTIONS_DEFINE_i386= FUTURES JIT
+OPTIONS_EXCLUDE_powerpc= CS
OPTIONS_EXCLUDE_powerpc64= CS
OPTIONS_EXCLUDE_powerpc64le= CS