diff options
author | Alex Dupre <ale@FreeBSD.org> | 2012-07-09 13:33:59 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2012-07-09 13:33:59 +0000 |
commit | 1cdbbaa9e73dd54ce79ad0a49188eb7631ffb022 (patch) | |
tree | e9883eace30fcc46f23a85e42a7882bfebddf10f /archivers/php5-zlib | |
parent | adbd093ff7a327b5df49275495b35c450ce25013 (diff) | |
download | ports-1cdbbaa9e73dd54ce79ad0a49188eb7631ffb022.tar.gz ports-1cdbbaa9e73dd54ce79ad0a49188eb7631ffb022.zip |
Notes
Diffstat (limited to 'archivers/php5-zlib')
-rw-r--r-- | archivers/php5-zlib/Makefile | 1 | ||||
-rw-r--r-- | archivers/php5-zlib/files/patch-zlib.c | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/archivers/php5-zlib/Makefile b/archivers/php5-zlib/Makefile index 5e550a58d891..9700543de879 100644 --- a/archivers/php5-zlib/Makefile +++ b/archivers/php5-zlib/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +PORTREVISION= 1 CATEGORIES= archivers MASTERDIR= ${.CURDIR}/../../lang/php5 diff --git a/archivers/php5-zlib/files/patch-zlib.c b/archivers/php5-zlib/files/patch-zlib.c new file mode 100644 index 000000000000..0e88fee9c5bf --- /dev/null +++ b/archivers/php5-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); |