Date: Sat, 02 May 2026 03:47:36 +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: 07b3b5019eb4 - main - multimedia/subtitlecomposer: unbreak the build on i386 Message-ID: <69f573d8.1873b.75af3f0d@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=07b3b5019eb45c8e3ce1bb0de26da128c71a71de commit 07b3b5019eb45c8e3ce1bb0de26da128c71a71de Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2026-05-02 03:46:36 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2026-05-02 03:46:36 +0000 multimedia/subtitlecomposer: unbreak the build on i386 Circumvent "cannot preempt symbol" errors when linking against libopenal.so as was shown in commit 29a23b8db4. Approved by: maintainer (makc) --- multimedia/subtitlecomposer/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multimedia/subtitlecomposer/Makefile b/multimedia/subtitlecomposer/Makefile index 079eee8c29a3..ef3364318d99 100644 --- a/multimedia/subtitlecomposer/Makefile +++ b/multimedia/subtitlecomposer/Makefile @@ -8,8 +8,6 @@ PATCH_SITES= https://invent.kde.org/multimedia/subtitlecomposer/-/commit/ PATCHFILES+= 1e11d53565ab6df3ba8329072e7b4b12f9f88d72.patch:-p1 # Fix configure with Qt 6.10 PATCHFILES+= 0043f4434886c5aabe99705d40bd7f633b8b73e7.patch:-p1 # Fix build with FFmpeg 8 -IGNORE_i386= fails to build with openal-soft>=1.25.0 - MAINTAINER= makc@FreeBSD.org COMMENT= Advanced FFmpeg-based subtitle editor WWW= https://subtitlecomposer.kde.org @@ -29,6 +27,8 @@ USE_QT= 5compat base declarative \ tools:build USE_XORG= x11 +LDFLAGS_i386= -Wl,-znotext + # Requires PocketSphinx-5prealpha SPHINX_DESC= Speech recognition via PocketSphinx SPHINX_LIB_DEPENDS= libpocketsphinx.so:audio/pocketsphinxhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f573d8.1873b.75af3f0d>
