summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2005-12-12 22:02:10 +0000
committerAlex Dupre <ale@FreeBSD.org>2005-12-12 22:02:10 +0000
commit8024be8acc4a288283f05f873790f0b02c23d426 (patch)
treefb37c1c19150ea06e3c84ad872373a7774278fcb /archivers
parentDrop maintainership for ports which I sadly no longer have (diff)
Fix build.
Submitted by: mnag Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=151061
Diffstat (limited to 'archivers')
-rw-r--r--archivers/php5-bz2/files/patch-bz2_filter.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/archivers/php5-bz2/files/patch-bz2_filter.c b/archivers/php5-bz2/files/patch-bz2_filter.c
new file mode 100644
index 000000000000..f64c3c461fc5
--- /dev/null
+++ b/archivers/php5-bz2/files/patch-bz2_filter.c
@@ -0,0 +1,13 @@
+--- bz2_filter.c.orig Mon Dec 12 22:40:14 2005
++++ bz2_filter.c Mon Dec 12 22:40:29 2005
+@@ -18,6 +18,10 @@
+
+ /* $Id: bz2_filter.c,v 1.3 2005/08/03 14:06:39 sniper Exp $ */
+
++#ifdef HAVE_CONFIG_H
++#include "config.h"
++#endif
++
+ #include "php.h"
+ #include "php_bz2.h"
+