Date: Thu, 30 Apr 2026 06:00:04 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 23bc7d219267 - main - multimedia/arcan: try to unbreak the build on 32-bit arches Message-ID: <69f2efe4.26b85.8a13111@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=23bc7d219267d67d2b70c25f49a40e33d84382b2 commit 23bc7d219267d67d2b70c25f49a40e33d84382b2 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2026-04-30 05:59:02 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2026-04-30 05:59:02 +0000 multimedia/arcan: try to unbreak the build on 32-bit arches While here, use <tab> instead of <space>'s after assignment. Reported by: pkg-fallout --- multimedia/arcan/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/multimedia/arcan/Makefile b/multimedia/arcan/Makefile index dc5e06db0c75..aebd347420a4 100644 --- a/multimedia/arcan/Makefile +++ b/multimedia/arcan/Makefile @@ -1,7 +1,7 @@ PORTNAME= arcan DISTVERSION= 0.7.1 CATEGORIES= multimedia -MASTER_SITES= https://codeberg.org/letoram/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ +MASTER_SITES= https://codeberg.org/letoram/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ MAINTAINER= hoanga@gmail.com COMMENT= Display Server, Multimedia Framework, Game Engine @@ -89,6 +89,8 @@ post-patch: ${WRKSRC}/frameserver/terminal/default/cli_builtin.c \ ${WRKSRC}/platform/posix/paths.c \ ${WRKSRC}/shmif/arcan_shmif_debugif.c + @${REINPLACE_CMD} -e '/static void audio_flush/s,long,int64_t,' \ + ${WRKSRC}/frameserver/decode/default/decode_av.c pre-configure-MANPAGES-on: @${RUBY} -C ${WRKSRC:H}/doc -Ku docgen.rb mangen 2>/dev/nullhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f2efe4.26b85.8a13111>
