Skip to content
Snippets Groups Projects
Commit 191077a3 authored by Piotr Kubaj's avatar Piotr Kubaj
Browse files

devel/pecl-eio: fix build on big-endian architectures

In file included from /wrkdirs/usr/ports/devel/pecl-eio/work-php74/eio-2.0.4/php7/php_eio.c:70:
In file included from ./libeio/eio.c:45:
./libeio/ecb.h:460:44: warning: function declared 'noreturn' should not return [-Winvalid-noreturn]
  ecb_inline void ecb_unreachable (void) { }
                                           ^
./libeio/ecb.h:481:3: error: use of undeclared identifier 'retrurn'
  retrurn 0x11;
parent 11b39f56
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@ PORTNAME= eio
DISTVERSION= 2.0.4
CATEGORIES= devel
PATCH_SITES= https://github.com/rosmanov/pecl-eio/commit/
PATCHFILES= dd8ef9359ea01bcd84b7b13d7ef1ef3b047a099a.patch:-p1
MAINTAINER= gasol.wu@gmail.com
COMMENT= Provides interface to the libeio library
WWW= https://pecl.php.net/package/eio
......
TIMESTAMP = 1593494567
TIMESTAMP = 1663708412
SHA256 (PECL/eio-2.0.4.tgz) = f389e0429e89d14f4003fc281e73a6ce402eb92d000870fe98e82a930ecf36e4
SIZE (PECL/eio-2.0.4.tgz) = 74118
SHA256 (PECL/dd8ef9359ea01bcd84b7b13d7ef1ef3b047a099a.patch) = 43f05ee8e054ee7703182abb13a3e7b092ace89a4fa5115e7c96bf601ee70b36
SIZE (PECL/dd8ef9359ea01bcd84b7b13d7ef1ef3b047a099a.patch) = 638
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment