mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-cpp/ETL: Remove -Werror from the sed line
It seems to be unnecessary. Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
@@ -19,7 +19,6 @@ src_prepare() {
|
||||
default
|
||||
sed -i -e 's/CXXFLAGS="`echo $CXXFLAGS | sed s:-g::` $debug_flags"//' \
|
||||
-e 's/CFLAGS="`echo $CFLAGS | sed s:-g::` $debug_flags"//' \
|
||||
-e 's/-Werror//' \
|
||||
m4/subs.m4 || die
|
||||
sed -i -e 's/hermite<angle>/etl::&/' test/angle.cpp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user