Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Oct 2023 15:06:11 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b488acf028c7 - main - multimedia/vapoursynth-l-smash-works: Only build on amd64 and powerpc64le for now
Message-ID:  <202310221506.39MF6BWj033986@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b488acf028c7cc4992f209bf5b10b0b32ea7efc0

commit b488acf028c7cc4992f209bf5b10b0b32ea7efc0
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-10-22 15:04:16 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-10-22 15:04:20 +0000

    multimedia/vapoursynth-l-smash-works: Only build on amd64 and powerpc64le for now
    
    Currently other archs fail
    
    Reported by:    pkg-fallout
---
 multimedia/vapoursynth-l-smash-works/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/multimedia/vapoursynth-l-smash-works/Makefile b/multimedia/vapoursynth-l-smash-works/Makefile
index 3d4f4245d945..2a49e8fb7e52 100644
--- a/multimedia/vapoursynth-l-smash-works/Makefile
+++ b/multimedia/vapoursynth-l-smash-works/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/HomeOfAviSynthPlusEvolution/L-SMASH-Works
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+ONLY_FOR_ARCHS=	amd64 powerpc64le
+
 BUILD_DEPENDS=	${LOCALBASE}/include/vapoursynth/VSHelper.h:multimedia/vapoursynth
 LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg \
 		liblsmash.so:multimedia/l-smash



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310221506.39MF6BWj033986>