[php-pecl-cairo/el6] added missing patch

Nathanael Noblet gnat at fedoraproject.org
Thu Aug 9 16:59:49 UTC 2012


commit 7be5d96c2982a0bd79212b1fdb7e1f9bb944395d
Author: Nathanael D. Noblet <nathanael at gnat.ca>
Date:   Thu Aug 9 10:59:09 2012 -0600

    added missing patch

 pecl-cairo-php_streams.patch |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/pecl-cairo-php_streams.patch b/pecl-cairo-php_streams.patch
new file mode 100644
index 0000000..105d03c
--- /dev/null
+++ b/pecl-cairo-php_streams.patch
@@ -0,0 +1,11 @@
+--- Cairo-0.3.2.old/cairo_ft_font.c	2012-04-21 18:03:29.000000000 +0000
++++ Cairo-0.3.2/cairo_ft_font.c	2012-04-30 22:11:59.000000000 +0000
+@@ -97,7 +97,7 @@
+ #ifdef ZTS
+ 	closure->TSRMLS_C = TSRMLS_C;
+ #endif
+-
++	php_stream_stat(stream,&ssbuf);
+ 	ft_stream = ecalloc(1, sizeof(*ft_stream));
+ 	ft_stream->descriptor.pointer = (void *)closure;
+ 	ft_stream->pos = php_stream_tell(stream);


More information about the scm-commits mailing list