extra/libheif: fix

This commit is contained in:
Kevin Mihelich 2024-11-07 01:12:18 +00:00
parent 4d77cd0658
commit aaa68a2b21

View file

@ -35,6 +35,7 @@ source=(git+https://github.com/strukturag/libheif#tag=v$pkgver)
sha256sums=('edd45429bf2ce428cfe8082f8879d27633b77435c3cd073c7a23e2525121368d')
build() {
CXXFLAGS+=" -Wno-error=stringop-overflow"
cmake -B build -S $pkgname \
-DCMAKE_INSTALL_PREFIX=/usr \
-DWITH_DAV1D=ON \