git: 8f059e19fd7c - main - databases/php-xapian: Add a comment about PHP 8 support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Jun 2022 14:05:37 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8f059e19fd7c930ac1710a56a5709bc367267fe7 commit 8f059e19fd7c930ac1710a56a5709bc367267fe7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-16 13:59:30 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-16 13:59:30 +0000 databases/php-xapian: Add a comment about PHP 8 support --- databases/php-xapian/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/php-xapian/Makefile b/databases/php-xapian/Makefile index 652edd9469a1..574f2de79cc5 100644 --- a/databases/php-xapian/Makefile +++ b/databases/php-xapian/Makefile @@ -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