Date: Tue, 5 Aug 2025 04:24:58 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: bb538d4b8ef8 - main - lang/ghc: Fix build on CURRENT after libutil bump Message-ID: <202508050424.5754OwE2077928@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=bb538d4b8ef8f928e2363efcbfe6e5cd3c6cb6ce commit bb538d4b8ef8f928e2363efcbfe6e5cd3c6cb6ce Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2025-08-05 04:23:19 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2025-08-05 04:24:18 +0000 lang/ghc: Fix build on CURRENT after libutil bump PR: 288655 Tested by: eduardo --- lang/ghc/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index f3e39bfcf1a6..88cf3f8c2f3f 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -98,6 +98,10 @@ PLIST_SUB+= GHC_ARCH=${GHC_ARCH} .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 1500000 +BUILD_DEPENDS+= ${LOCALBASE}/lib/compat/libutil.so.9:misc/compat14x +.endif + # GHC 9.2 has a different name for this BOOT_SCRIPT?= ./boot.sourcehome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202508050424.5754OwE2077928>
