doxygen: large file support

This commit is contained in:
Đoàn Trần Công Danh 2023-05-12 08:22:56 +07:00
parent cccce92a75
commit e851d629b9
1 changed files with 4 additions and 2 deletions

View File

@ -1,9 +1,8 @@
# Template file for 'doxygen'
pkgname=doxygen
version=1.9.5
revision=1
revision=2
build_style=cmake
configure_args="-DCMAKE_BUILD_TYPE=None"
hostmakedepends="perl python3 flex"
checkdepends="libxml2 texlive-BibTeX"
short_desc="Source code documentation generator tool"
@ -17,6 +16,9 @@ checksum=55b454b35d998229a96f3d5485d57a0a517ce2b78d025efb79d57b5a2e4b2eec
build_options="wizard"
desc_option_wizard="build Qt5 GUI configuration tool, doxywizard"
CFLAGS="-D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64"
CXXFLAGS="-D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64"
if [ "$build_option_wizard" ]; then
configure_args+=" -Dbuild_wizard=1"
hostmakedepends+=" qt5-host-tools qt5-qmake"