diff options
author | Warner Losh <imp@FreeBSD.org> | 2020-02-12 06:54:34 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2020-02-12 06:54:34 +0000 |
commit | 1ddf69c1dfbf54bf0c5e89ce4a643f82435759d6 (patch) | |
tree | 37979d71f0324220f950498b9fcfb3acb12d0cdc /lib/libarchive | |
parent | feb2ecc3826dbb12c42a38a94ebe98e97c9c564d (diff) | |
download | src-1ddf69c1dfbf54bf0c5e89ce4a643f82435759d6.tar.gz src-1ddf69c1dfbf54bf0c5e89ce4a643f82435759d6.zip |
Notes
Diffstat (limited to 'lib/libarchive')
-rw-r--r-- | lib/libarchive/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile index 474a91f7dda1..e297cd8e6ebe 100644 --- a/lib/libarchive/Makefile +++ b/lib/libarchive/Makefile @@ -31,7 +31,7 @@ SHARED_CFLAGS+= -DHAVE_ICONV=1 -DHAVE_ICONV_H=1 -DICONV_CONST= .endif .if ${MACHINE_ARCH:Marm*} != "" || ${MACHINE_ARCH:Mmips*} != "" || \ - ${MACHINE_ARCH:Msparc64*} != "" || ${MACHINE_ARCH:Mpowerpc*} != "" + ${MACHINE_ARCH:Mpowerpc*} != "" NO_WCAST_ALIGN= yes .if ${MACHINE_ARCH:M*64*} == "" CFLAGS+= -DPPMD_32BIT |