Several new and updated ebuilds

This commit is contained in:
layman
2020-09-03 10:18:42 +02:00
parent 918593aa51
commit 4f2e133d1c
20 changed files with 613 additions and 4 deletions
@@ -38,6 +38,7 @@ DEPEND="${RDEPEND}
src_prepare() {
#epatch "${FILESDIR}"/"${P}"-curl_tls1_2.patch
epatch "${FILESDIR}"/"${P}"-cpp-true_false.patch
default
@@ -46,7 +47,7 @@ src_prepare() {
sed -e "s/ share\/doc\/vzlogger-\${VZLOGGER_MAJOR_VERSION}-\${VZLOGGER_MINOR_VERSION}$/ share\/doc\/vzlogger-${PV}/" \
-i ${S}/CMakeLists.txt \
|| die "sed failed"
sed -e "s:Wno-system-headers:Wno-system-headers -Wno-error=deprecated-copy:" \
sed -e "s:Wno-system-headers:Wno-system-headers -Wno-error -fpermissive:" \
-i ${S}/modules/CompilerFlags.cmake \
|| die "sed failed"