mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
libdvbpsi: typo
This commit is contained in:
parent
dc8974fee5
commit
d0cebb9797
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ _gccver=$(gcc --version|awk '/^gcc \(GCC\)/ { print $3 }')
|
||||||
if [ "${_gccver%%.*}" -gt 5 ]; then
|
if [ "${_gccver%%.*}" -gt 5 ]; then
|
||||||
# Disable error for gcc6 warning -Wmisleading-indentation
|
# Disable error for gcc6 warning -Wmisleading-indentation
|
||||||
CFLAGS+=" -Wno-error=misleading-indentation"
|
CFLAGS+=" -Wno-error=misleading-indentation"
|
||||||
}
|
fi
|
||||||
|
|
||||||
libdvbpsi-devel_package() {
|
libdvbpsi-devel_package() {
|
||||||
depends="libdvbpsi>=${version}_${revision}"
|
depends="libdvbpsi>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue