git: 4d70a0039c66 - main - devel/stack: drop useless .if block for aarch64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Apr 2024 15:56:17 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=4d70a0039c662520d201587b7bfc5505b3283912 commit 4d70a0039c662520d201587b7bfc5505b3283912 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-04-03 15:53:29 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-04-03 15:53:29 +0000 devel/stack: drop useless .if block for aarch64 LLVM_VERSION is determined by ghc, and this port is BROKEN on aarch64 anyway. --- devel/stack/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/devel/stack/Makefile b/devel/stack/Makefile index 6e401229dc1e..0ff70a0b4d0b 100644 --- a/devel/stack/Makefile +++ b/devel/stack/Makefile @@ -200,12 +200,6 @@ USE_CABAL= Glob-0.10.2_3 \ .include <bsd.port.pre.mk> -.if ${ARCH} == aarch64 -# Keep it in sync with LLVM_VERSION in lang/ghc* port, which is used to build this one -LLVM_VERSION= 10 -RUN_DEPENDS+= llc${LLVM_VERSION}:devel/llvm${LLVM_VERSION} -.endif - .if ${ARCH} != powerpc64 LIB_DEPENDS+= libncursesw.so.8:misc/compat12x .endif