libdvbpsi: typo

This commit is contained in:
Juergen Buchmueller 2016-09-12 20:57:55 +02:00
parent dc8974fee5
commit d0cebb9797

View File

@ -15,7 +15,7 @@ _gccver=$(gcc --version|awk '/^gcc \(GCC\)/ { print $3 }')
if [ "${_gccver%%.*}" -gt 5 ]; then
# Disable error for gcc6 warning -Wmisleading-indentation
CFLAGS+=" -Wno-error=misleading-indentation"
}
fi
libdvbpsi-devel_package() {
depends="libdvbpsi>=${version}_${revision}"