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

Collapse All | Expand All

(-)b/lib/libarchive/Makefile.inc (-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
8
CFLAGS+=	-DPLATFORM_CONFIG_H=\"${.CURDIR}/config_freebsd.h\"
7
CFLAGS+=	-DPLATFORM_CONFIG_H=\"${.CURDIR}/config_freebsd.h\"
9
8
10
.if ${MK_OPENSSL} != "no"
9
.if ${MK_OPENSSL} != "no"
(-)b/lib/libarchive/config_freebsd.h (+5 lines)
Lines 134-140 Link Here
134
#define HAVE_LCHFLAGS 1
134
#define HAVE_LCHFLAGS 1
135
#define HAVE_LCHMOD 1
135
#define HAVE_LCHMOD 1
136
#define HAVE_LCHOWN 1
136
#define HAVE_LCHOWN 1
137
#define HAVE_LIBLZMA 1
137
#define HAVE_LIBZ 1
138
#define HAVE_LIBZ 1
139
#define HAVE_LIBZSTD 1
138
#define HAVE_LIMITS_H 1
140
#define HAVE_LIMITS_H 1
139
#define HAVE_LINK 1
141
#define HAVE_LINK 1
140
#define HAVE_LINKAT 1
142
#define HAVE_LINKAT 1
Lines 143-148 Link Here
143
#define HAVE_LONG_LONG_INT 1
145
#define HAVE_LONG_LONG_INT 1
144
#define HAVE_LSTAT 1
146
#define HAVE_LSTAT 1
145
#define HAVE_LUTIMES 1
147
#define HAVE_LUTIMES 1
148
#define HAVE_LZMA_H 1
149
#define HAVE_LZMA_STREAM_ENCODER_MT 1
146
#define HAVE_MBRTOWC 1
150
#define HAVE_MBRTOWC 1
147
#define HAVE_MEMMOVE 1
151
#define HAVE_MEMMOVE 1
148
#define HAVE_MEMORY_H 1
152
#define HAVE_MEMORY_H 1
Lines 233-238 Link Here
233
#define HAVE_WMEMCPY 1
237
#define HAVE_WMEMCPY 1
234
#define HAVE_WMEMMOVE 1
238
#define HAVE_WMEMMOVE 1
235
#define HAVE_ZLIB_H 1
239
#define HAVE_ZLIB_H 1
240
#define HAVE_ZSTD_H 1
236
#define TIME_WITH_SYS_TIME 1
241
#define TIME_WITH_SYS_TIME 1
237
242
238
#if __FreeBSD_version >= 1100056
243
#if __FreeBSD_version >= 1100056

Return to bug 233543