From 145b1805c3986974378af5c60767504ecc9ed280 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 10 Dec 2023 23:14:41 +0000 Subject: gentoo auto-resync : 10:12:2023 - 23:14:40 --- .../libxcb-1.16-Enable-large-file-support.patch | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 x11-libs/libxcb/files/libxcb-1.16-Enable-large-file-support.patch (limited to 'x11-libs/libxcb/files') diff --git a/x11-libs/libxcb/files/libxcb-1.16-Enable-large-file-support.patch b/x11-libs/libxcb/files/libxcb-1.16-Enable-large-file-support.patch new file mode 100644 index 000000000000..c1c8ad5dc05c --- /dev/null +++ b/x11-libs/libxcb/files/libxcb-1.16-Enable-large-file-support.patch @@ -0,0 +1,25 @@ +From 3c946010c8521497b0fba2c8bc9bde184622345a Mon Sep 17 00:00:00 2001 +From: Fergus Dall +Date: Tue, 7 Nov 2023 17:42:42 +1100 +Subject: [PATCH libxcb] Enable large file support + +Signed-off-by: Fergus Dall +--- + configure.ac | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/configure.ac b/configure.ac +index b78454d..d981bea 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -18,6 +18,7 @@ AM_PATH_PYTHON([3.0]) + # Must be called before any macros that run the compiler (like AC_PROG_LIBTOOL) + # to avoid autoconf errors. + AC_USE_SYSTEM_EXTENSIONS ++AC_SYS_LARGEFILE + + # Initialize libtool + LT_PREREQ([2.2]) +-- +2.42.0.869.gea05f2083d-goog + -- cgit v1.2.3