diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-09-08 19:52:35 +0200 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2016-09-11 12:37:02 -0400 |
commit | aeac87460a08b8a9339d1b69681a043e48a3f756 (patch) | |
tree | 955787383d4e0164d8cbf7902ca4500ff39fd448 /dev-php | |
parent | dev-php/pecl-imagick: remove unused patch (diff) | |
download | gentoo-aeac87460a08b8a9339d1b69681a043e48a3f756.tar.gz gentoo-aeac87460a08b8a9339d1b69681a043e48a3f756.tar.bz2 gentoo-aeac87460a08b8a9339d1b69681a043e48a3f756.zip |
dev-php/pecl-radius: remove unused patch
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-radius/files/radius_long.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-php/pecl-radius/files/radius_long.patch b/dev-php/pecl-radius/files/radius_long.patch deleted file mode 100644 index 090674c4f189..000000000000 --- a/dev-php/pecl-radius/files/radius_long.patch +++ /dev/null @@ -1,15 +0,0 @@ -Gentoo bug: 460836 -Upstream bug: 60885 - -diff -u php-radius-1.2.5/radius-1.2.5/radius.c php-radius-1.2.5/radius-1.2.5/radius.c ---- php-radius-1.2.5/radius-1.2.5/radius.c -+++ php-radius-1.2.5/radius-1.2.5/radius.c -@@ -265,7 +265,7 @@ - /* {{{ proto bool radius_create_request(desc, code) */ - PHP_FUNCTION(radius_create_request) - { -- int code; -+ long code; - radius_descriptor *raddesc; - zval *z_radh; - |