Upgrade to libarchive 2.1.9. Including bug fixes, this improves ar support
[dragonfly.git] / lib / libarchive / patches / archive_platform.h.patch
1 $DragonFly: src/lib/libarchive/patches/Attic/archive_platform.h.patch,v 1.5 2007/04/27 22:56:18 pavalos Exp $
2 --- archive_platform.h.orig     2007-04-22 16:12:59.000000000 -0400
3 +++ archive_platform.h  2007-04-22 16:13:09.000000000 -0400
4 @@ -41,7 +41,7 @@
5  #include PLATFORM_CONFIG_H
6  #elif defined(HAVE_CONFIG_H)
7  /* Most POSIX platforms use the 'configure' script to build config.h */
8 -#include "../config.h"
9 +#include "config.h"
10  #else
11  /* Warn if the library hasn't been (automatically or manually) configured. */
12  #error Oops: No config.h and no pre-built configuration in archive_platform.h.