mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-plugins/obs-source-record: remove -Werror
Closes: https://bugs.gentoo.org/948540 Signed-off-by: Kai Krakow <kai@kaishome.de> Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
This commit is contained in:
@@ -24,6 +24,11 @@ DEPEND="
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
sed -i '/-Werror$/d' cmake/ObsPluginHelpers.cmake || die
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DLIB_OUT_DIR=/lib64/obs-plugins
|
||||
|
||||
@@ -24,6 +24,11 @@ DEPEND="
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
sed -i '/-Werror$/d' cmake/ObsPluginHelpers.cmake || die
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DLIB_OUT_DIR=/lib64/obs-plugins
|
||||
|
||||
Reference in New Issue
Block a user