qtchooser: large file support

This commit is contained in:
Đoàn Trần Công Danh 2023-05-13 11:38:33 +07:00
parent 2e0fe339b7
commit 54ae597c48

View file

@ -2,7 +2,7 @@
pkgname=qtchooser pkgname=qtchooser
reverts=20150315_2 reverts=20150315_2
version=66 version=66
revision=2 revision=3
build_style=gnu-makefile build_style=gnu-makefile
make_install_args="INSTALL_ROOT=\${DESTDIR}" make_install_args="INSTALL_ROOT=\${DESTDIR}"
short_desc="Qt4/Qt5 version chooser" short_desc="Qt4/Qt5 version chooser"
@ -11,6 +11,9 @@ license="LGPL-2.1-only, GPL-3.0-only"
homepage="https://www.qt.io/" homepage="https://www.qt.io/"
distfiles="https://download.qt.io/official_releases/qtchooser/qtchooser-${version}.tar.xz" distfiles="https://download.qt.io/official_releases/qtchooser/qtchooser-${version}.tar.xz"
checksum=b22c21df135d48fc775d26d771170c2c70555704d4625605383be2cd149c7cea checksum=b22c21df135d48fc775d26d771170c2c70555704d4625605383be2cd149c7cea
CXXFLAGS=" -D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64"
# XBPS_DISTFILES_MIRROR+=" https://master.qt.io/official_releases/qtchooser"
do_build() { do_build() {
make LFLAGS="$LDFLAGS" make LFLAGS="$LDFLAGS"