community/filezilla: include assert.h

Files in engine/ refer to assert, but `assert.h` is not included for
some reason. Passing `-include assert.h` via `CXXFLAGS` fixes this.
This commit is contained in:
Kevin Daudt 2020-05-04 18:20:58 +00:00
parent b244804c35
commit caa3d9e18f

View File

@ -12,6 +12,7 @@ subpackages="$pkgname-doc $pkgname-lang"
source="https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2"
build() {
export CXXFLAGS="$CXXFLAGS -include assert.h"
./configure \
--prefix=/usr \
--sysconfdir=/etc \