diff options
author | Alex Dupre <ale@FreeBSD.org> | 2005-12-13 06:02:10 +0800 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2005-12-13 06:02:10 +0800 |
commit | 8024be8acc4a288283f05f873790f0b02c23d426 (patch) | |
tree | fb37c1c19150ea06e3c84ad872373a7774278fcb /archivers/php5-bz2 | |
parent | 5879dd9aaa2ad4d7be7ccfc0226daab3053d5516 (diff) | |
download | freebsd-ports-gnome-8024be8acc4a288283f05f873790f0b02c23d426.tar.gz freebsd-ports-gnome-8024be8acc4a288283f05f873790f0b02c23d426.tar.zst freebsd-ports-gnome-8024be8acc4a288283f05f873790f0b02c23d426.zip |
Fix build.
Submitted by: mnag
Reported by: pointyhat via kris
Diffstat (limited to 'archivers/php5-bz2')
-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" + |