git: 82b2b006f09e - main - multimedia/olive: Attempt to fix build on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Jun 2024 16:56:49 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=82b2b006f09e942dbc4a3c77f0cd39eacf060ec5 commit 82b2b006f09e942dbc4a3c77f0cd39eacf060ec5 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-06-16 16:55:41 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-06-16 16:56:36 +0000 multimedia/olive: Attempt to fix build on i386 Reported by: fallout --- multimedia/olive/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/multimedia/olive/Makefile b/multimedia/olive/Makefile index 4e748b6c09f4..91fcea49e8d1 100644 --- a/multimedia/olive/Makefile +++ b/multimedia/olive/Makefile @@ -34,6 +34,8 @@ GH_TAGNAME= f7e1bff GH_TUPLE= olive-editor:core:2777928:core/ext/core \ KDAB:KDDockWidgets:8d2d0a5:KDDockWidgets/ext/KDDockWidgets +CXXFLAGS_i386= -sse -sse2 + PORTSCOUT= limit:^.*[1-9]\..* # prevent tags like 20181223 CONFLICTS_BUILD= opentimelineio # fails to build with the opentimelineio optional dependency, see https://github.com/olive-editor/olive/issues/2201