txr: needs -D_FILE_OFFSET_BITS=64

This commit is contained in:
Đoàn Trần Công Danh 2023-12-26 14:52:15 +07:00
parent 011cbe6648
commit 956c03a63f
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ changelog="http://www.kylheku.com/cgit/txr/tree/RELNOTES"
distfiles="http://www.kylheku.com/cgit/txr/snapshot/${pkgname}-${version}.tar.bz2"
checksum=5f10467610d8213be9af8a1fc9dafbd4902b7b473a82d8b2945cfa5ea6d2fee5
nopie=yes
CFLAGS="-D_FILE_OFFSET_BITS=64"
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"