svn commit: r561419 - branches/2021Q1/devel/pecl-runkit7
Piotr Kubaj
pkubaj at FreeBSD.org
Wed Jan 13 02:14:56 UTC 2021
Author: pkubaj
Date: Wed Jan 13 02:14:55 2021
New Revision: 561419
URL: https://svnweb.freebsd.org/changeset/ports/561419
Log:
MFH: r561418
archivers/pecl-rar: fix build on GCC architectures
In file included from /wrkdirs/usr/ports/archivers/pecl-rar/work-php73/rar-4.2.0/rararch.c:44:
/wrkdirs/usr/ports/archivers/pecl-rar/work-php73/rar-4.2.0/php_compat.h:15: error: redefinition of typedef 'handler_this_t'
/wrkdirs/usr/ports/archivers/pecl-rar/work-php73/rar-4.2.0/php_compat.h:15: error: previous declaration of 'handler_this_t' was here
/wrkdirs/usr/ports/archivers/pecl-rar/work-php73/rar-4.2.0/php_compat.h:19: error: redefinition of typedef 'rar_obj_ref'
/wrkdirs/usr/ports/archivers/pecl-rar/work-php73/rar-4.2.0/php_compat.h:19: error: previous declaration of 'rar_obj_ref' was here
/wrkdirs/usr/ports/archivers/pecl-rar/work-php73/rar-4.2.0/php_compat.h:46: error: redefinition of typedef 'zpp_s_size_t'
/wrkdirs/usr/ports/archivers/pecl-rar/work-php73/rar-4.2.0/php_compat.h:46: error: previous declaration of 'zpp_s_size_t' was here
Modified:
branches/2021Q1/devel/pecl-runkit7/Makefile
Directory Properties:
branches/2021Q1/ (props changed)
Modified: branches/2021Q1/devel/pecl-runkit7/Makefile
==============================================================================
--- branches/2021Q1/devel/pecl-runkit7/Makefile Wed Jan 13 02:14:13 2021 (r561418)
+++ branches/2021Q1/devel/pecl-runkit7/Makefile Wed Jan 13 02:14:55 2021 (r561419)
@@ -9,6 +9,6 @@ COMMENT= Extension to replace, rename, and remove user
LICENSE= PHP301
-USES= php:pecl
+USES= compiler:c11 php:pecl
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list