git: e138663b38aa - main - lang/dotnet: Fix packaging error on arm64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Feb 2025 18:43:16 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=e138663b38aa23e5da94a9d5b340a71345b61a47 commit e138663b38aa23e5da94a9d5b340a71345b61a47 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2025-02-11 18:42:43 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2025-02-11 18:43:11 +0000 lang/dotnet: Fix packaging error on arm64 Reported by: pkg-fallout --- lang/dotnet/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/dotnet/Makefile b/lang/dotnet/Makefile index 51e2f3725fd5..9852dc5603fb 100644 --- a/lang/dotnet/Makefile +++ b/lang/dotnet/Makefile @@ -63,9 +63,9 @@ PLIST_SUB= DOTNET_ARCH=${DOTNET_ARCH} FULL_DOTNETVERSION=${PORTVERSION} \ .include <bsd.port.pre.mk> .if ${ARCH} == amd64 -PLIST_SUB+= VXSORT= +PLIST_SUB+= VXSORT= CLRJIT= .else -PLIST_SUB+= VXSORT="@comment " +PLIST_SUB+= VXSORT="@comment " CLRJIT="@comment " .endif post-extract: