View | Details | Raw Unified | Return to bug 233543 | Differences between
and this patch

Collapse All | Expand All

(-)b/lib/libarchive/Makefile.inc (-1 / +1 lines)
Lines 4-10 Link Here
4
# between structures such as archive_md5_ctx, etc.
4
# between structures such as archive_md5_ctx, etc.
5
5
6
LIBADD=	z bz2 lzma bsdxml zstd
6
LIBADD=	z bz2 lzma bsdxml zstd
7
CFLAGS+=	-DHAVE_BZLIB_H=1 -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -DHAVE_ZSTD_H=1 -DHAVE_LIBZSTD=1
7
CFLAGS+=	-DHAVE_LIBZSTD=1 -DHAVE_ZSTD_H=1
8
CFLAGS+=	-DPLATFORM_CONFIG_H=\"${.CURDIR}/config_freebsd.h\"
8
CFLAGS+=	-DPLATFORM_CONFIG_H=\"${.CURDIR}/config_freebsd.h\"
9
9
10
.if ${MK_OPENSSL} != "no"
10
.if ${MK_OPENSSL} != "no"
(-)b/lib/libarchive/config_freebsd.h (+8 lines)
Lines 235-240 Link Here
235
#define HAVE_ZLIB_H 1
235
#define HAVE_ZLIB_H 1
236
#define TIME_WITH_SYS_TIME 1
236
#define TIME_WITH_SYS_TIME 1
237
237
238
#if __FreeBSD_version >= 800505
239
#define HAVE_LIBLZMA 1
240
#define HAVE_LZMA_H 1
241
#if __FreeBSD_version >= 1002504
242
#define HAVE_LZMA_STREAM_ENCODER_MT 1
243
#endif
244
#endif
245
238
#if __FreeBSD_version >= 1100056
246
#if __FreeBSD_version >= 1100056
239
#define HAVE_FUTIMENS 1
247
#define HAVE_FUTIMENS 1
240
#define HAVE_UTIMENSAT 1
248
#define HAVE_UTIMENSAT 1

Return to bug 233543