[Solved] Feature request: wxwidgets-gtk3: Build with largefile support.
There is at least one software that requires wxwidgets-gtk3 built with largefile support.
The package world/wxwidgets-gtk3 version 3.2.2.1-2 seems not to have it enabled:
Building aur/amule-dlp-git fails with
[...]
checking that wxWidgets has support for large files... no
configure: error:
Support for large files in wxWidgets is required by aMule.
To continue you must recompile wxWidgets with support for
large files enabled.
After building aur/wxwidgets-gtk3-git version 3.2.3.r0.gcc7fefd9f1-1 with -DwxBUILD_LARGEFILE_SUPPORT=ON, aur/amule-dlp-git builds fine.
Regards!