diff options
Diffstat (limited to 'archivers/php70-zlib')
-rw-r--r-- | archivers/php70-zlib/Makefile | 10 | ||||
-rw-r--r-- | archivers/php70-zlib/files/patch-zlib.c | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/archivers/php70-zlib/Makefile b/archivers/php70-zlib/Makefile new file mode 100644 index 000000000000..e9ba04011193 --- /dev/null +++ b/archivers/php70-zlib/Makefile @@ -0,0 +1,10 @@ +# Created by: Alex Dupre <ale@FreeBSD.org> +# $FreeBSD$ + +CATEGORIES= archivers + +MASTERDIR= ${.CURDIR}/../../lang/php56 + +PKGNAMESUFFIX= -zlib + +.include "${MASTERDIR}/Makefile" diff --git a/archivers/php70-zlib/files/patch-zlib.c b/archivers/php70-zlib/files/patch-zlib.c new file mode 100644 index 000000000000..0e88fee9c5bf --- /dev/null +++ b/archivers/php70-zlib/files/patch-zlib.c @@ -0,0 +1,10 @@ +--- zlib.c.orig 2012-07-09 15:25:31.000000000 +0200 ++++ zlib.c 2012-07-09 15:26:07.000000000 +0200 +@@ -957,6 +957,7 @@ + /* {{{ PHP_RINIT_FUNCTION */ + static PHP_RINIT_FUNCTION(zlib) + { ++ ZLIBG(output_compression) = 0; + ZLIBG(compression_coding) = 0; + + php_zlib_output_compression_start(TSRMLS_C); |