databases/php-xapian: Add a comment about PHP 8 support

This commit is contained in:
Po-Chuan Hsieh 2022-06-16 21:59:30 +08:00
parent 9aec8683ca
commit 8f059e19fd
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -38,7 +38,7 @@ CONFIGURE_ARGS= --datarootdir=${DATADIR} \
--without-tcl
CONFIGURE_ENV= PHP_CONFIG=${LOCALBASE}/bin/php-config
GNU_CONFIGURE= yes
IGNORE_WITH_PHP=80 81 82
IGNORE_WITH_PHP=80 81 82 # https://trac.xapian.org/ticket/817
INSTALL_TARGET= install-strip
USE_CXXSTD= c++11