1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/textproc/clucene
Dimitry Andric 36efbbee6d textproc/clucene: apply gentoo patch for C++17 conformance
Some parts of CLucene use std::binary_function, which was deprecated in
C++11, and has been completely removed as of C++17. This shows up while
building libreoffice with clang >= 16 or gcc >= 11, because C++17 is the
default standard now.

Apply a diff from https://bugs.gentoo.org/869170 that fixes this, by
removing usage of std::binary_function, and replacing it with typedefs.

PR:		271846
Approved by:	fluffy (maintainer)
MFH:		2023Q2
2023-06-05 22:45:44 +02:00
..
files textproc/clucene: apply gentoo patch for C++17 conformance 2023-06-05 22:45:44 +02:00
distinfo
Makefile textproc/clucene: apply gentoo patch for C++17 conformance 2023-06-05 22:45:44 +02:00
pkg-descr
pkg-plist