summaryrefslogtreecommitdiff
path: root/lang/php5/patches/patch-ao
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php5/patches/patch-ao')
-rw-r--r--lang/php5/patches/patch-ao13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/php5/patches/patch-ao b/lang/php5/patches/patch-ao
deleted file mode 100644
index 1e50170a606..00000000000
--- a/lang/php5/patches/patch-ao
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ao,v 1.5 2007/09/02 21:13:43 jdolecek Exp $
-
---- ext/bz2/php_bz2.h.orig 2007-09-02 20:11:08.000000000 +0200
-+++ ext/bz2/php_bz2.h
-@@ -51,7 +51,7 @@ PHP_BZ2_API php_stream *_php_stream_bz2o
- #define php_stream_bz2open_from_BZFILE(bz, mode, innerstream) _php_stream_bz2open_from_BZFILE((bz), (mode), (innerstream) STREAMS_CC TSRMLS_CC)
- #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper), (path), (mode), (options), (opened_path), NULL STREAMS_CC TSRMLS_CC)
-
--php_stream_filter_factory php_bz2_filter_factory;
-+extern php_stream_filter_factory php_bz2_filter_factory;
- extern php_stream_ops php_stream_bz2io_ops;
- #define PHP_STREAM_IS_BZIP2 &php_stream_bz2io_ops
-