diff options
author | ale <ale@FreeBSD.org> | 2005-12-13 06:02:10 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2005-12-13 06:02:10 +0800 |
commit | dd35973a0adb050d70c964116cfa1a9a5f876ed9 (patch) | |
tree | c954baf4690c2e0d52ebf1759c3d231c8bc2d3e1 /archivers | |
parent | 1e34c6d4c59cebabb38eed357d7e4727f873c7ae (diff) | |
download | freebsd-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.c | 13 |
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" + |