diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-01-16 12:08:20 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-01-16 12:08:20 +0000 |
commit | fce0420478a3807f2592b40b55f2061aa8e7f212 (patch) | |
tree | c61374cc4ea23c922cbc57fdd4576c085f632fba /archivers | |
parent | 2bb0d2253ec19fe57a4a8c8b2a15c4e4db874ecb (diff) | |
download | ports-fce0420478a3807f2592b40b55f2061aa8e7f212.tar.gz ports-fce0420478a3807f2592b40b55f2061aa8e7f212.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/php5-bz2/files/patch-bz2_filter.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/archivers/php5-bz2/files/patch-bz2_filter.c b/archivers/php5-bz2/files/patch-bz2_filter.c deleted file mode 100644 index f64c3c461fc5..000000000000 --- a/archivers/php5-bz2/files/patch-bz2_filter.c +++ /dev/null @@ -1,13 +0,0 @@ ---- 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" - |