aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2020-02-12 06:54:34 +0000
committerWarner Losh <imp@FreeBSD.org>2020-02-12 06:54:34 +0000
commit1ddf69c1dfbf54bf0c5e89ce4a643f82435759d6 (patch)
tree37979d71f0324220f950498b9fcfb3acb12d0cdc /lib/libarchive
parentfeb2ecc3826dbb12c42a38a94ebe98e97c9c564d (diff)
downloadsrc-1ddf69c1dfbf54bf0c5e89ce4a643f82435759d6.tar.gz
src-1ddf69c1dfbf54bf0c5e89ce4a643f82435759d6.zip
Notes
Diffstat (limited to 'lib/libarchive')
-rw-r--r--lib/libarchive/Makefile2
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