Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Dec 2022 12:26:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 268317] multimedia/openshot: update to 3.0.0
Message-ID:  <bug-268317-7788-5bDfB1TVoT@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-268317-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-268317-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268317

--- Comment #7 from VVD <vvd@unislabs.com> ---
(In reply to Tatsuki Makino from comment #6)
Is plus sign work here?
LICENSE_FILE_LGPL3+ =3D   ${WRKSRC}/LICENSES/LGPL-3.0-or-later.txt


Old version have different values for USES: "compiler:gcc-c++11-lib" and
"compiler:c++11-lang".
New version have same value "compiler:c++14-lang" for both.
So we can remove else in this if:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
.if !exists(/usr/include/omp.h)
USES+=3D          compiler:c++14-lang
USE_GCC=3D        yes
.else
USES+=3D          compiler:c++14-lang
.endif
-----------------------------------
USES+=3D          compiler:c++14-lang
.if !exists(/usr/include/omp.h)
USE_GCC=3D        yes
.endif
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268317-7788-5bDfB1TVoT>