doxygen: large file support
This commit is contained in:
parent
cccce92a75
commit
e851d629b9
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue