Skip to content

Commit

Permalink
libime: large file offset
Browse files Browse the repository at this point in the history
  • Loading branch information
sgn committed Aug 28, 2023
1 parent b55aa4d commit 72287d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion srcpkgs/libime/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'libime'
pkgname=libime
version=1.1.1
revision=1
revision=2
build_style=cmake
build_helper=qemu
hostmakedepends="pkg-config gettext extra-cmake-modules python3"
Expand All @@ -24,6 +24,7 @@ skip_extraction="
${_lm_sc}
${_dict}
table.tar.gz"
CXXFLAGS="-D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64"

post_extract() {
local _srcdistdir=${XBPS_SRCDISTDIR}/${pkgname}-${version}
Expand Down

0 comments on commit 72287d3

Please sign in to comment.