From e851d629b9c62859d83417ac8c7da1ea0700ccc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Fri, 12 May 2023 08:22:56 +0700 Subject: [PATCH] doxygen: large file support --- srcpkgs/doxygen/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/doxygen/template b/srcpkgs/doxygen/template index 3f1eff7f7a5..981eb49049a 100644 --- a/srcpkgs/doxygen/template +++ b/srcpkgs/doxygen/template @@ -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"