aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2005-12-13 06:02:10 +0800
committerale <ale@FreeBSD.org>2005-12-13 06:02:10 +0800
commitdd35973a0adb050d70c964116cfa1a9a5f876ed9 (patch)
treec954baf4690c2e0d52ebf1759c3d231c8bc2d3e1 /archivers
parent1e34c6d4c59cebabb38eed357d7e4727f873c7ae (diff)
downloadfreebsd-ports-gnome-dd35973a0adb050d70c964116cfa1a9a5f876ed9.tar.gz
freebsd-ports-gnome-dd35973a0adb050d70c964116cfa1a9a5f876ed9.tar.zst
freebsd-ports-gnome-dd35973a0adb050d70c964116cfa1a9a5f876ed9.zip
Fix build.
Submitted by: mnag Reported by: pointyhat via kris
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"
+