Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 08 Apr 2017 16:55:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 218493] www/phalcon: update to 3.1.2, PHP 7.1 support and 32 bit build
Message-ID:  <bug-218493-13-OVevNEdM8h@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-218493-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-218493-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218493

Po-Chuan Hsieh <sunpoet@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|freebsd-ports-bugs@FreeBSD. |sunpoet@FreeBSD.org
                   |org                         |

--- Comment #1 from Po-Chuan Hsieh <sunpoet@FreeBSD.org> ---
I would use the following in Makefile instead of an extra patch.

post-patch:
.if ${PHP_VER} >=3D 70 && ${PBITS} =3D=3D 32
        @${REINPLACE_CMD} -e 's| ZEPHIR_FASTCALL||' ${WRKSRC}/phalcon.zep.c
.endif

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-218493-13-OVevNEdM8h>