Fix compatibility issue with libxml2>=2.13 which caused parse error on some XML files so that devel/pear work again with php81. See https://github.com/php/php-src/issues/14834 for details. Approved by: portmgr blanket (backport trivial fix from upstream)
9 lines
132 B
Makefile
9 lines
132 B
Makefile
PORTREVISION= 1
|
|
CATEGORIES= textproc
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php81
|
|
|
|
PKGNAMESUFFIX= -xml
|
|
|
|
.include "${MASTERDIR}/Makefile"
|