mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
qtchooser: large file support
This commit is contained in:
parent
2e0fe339b7
commit
54ae597c48
1 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
pkgname=qtchooser
|
||||
reverts=20150315_2
|
||||
version=66
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-makefile
|
||||
make_install_args="INSTALL_ROOT=\${DESTDIR}"
|
||||
short_desc="Qt4/Qt5 version chooser"
|
||||
|
@ -11,6 +11,9 @@ license="LGPL-2.1-only, GPL-3.0-only"
|
|||
homepage="https://www.qt.io/"
|
||||
distfiles="https://download.qt.io/official_releases/qtchooser/qtchooser-${version}.tar.xz"
|
||||
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() {
|
||||
make LFLAGS="$LDFLAGS"
|
||||
|
|
Loading…
Add table
Reference in a new issue