diff options
| author | Justin Hibbits <jhibbits@FreeBSD.org> | 2016-10-22 01:57:15 +0000 |
|---|---|---|
| committer | Justin Hibbits <jhibbits@FreeBSD.org> | 2016-10-22 01:57:15 +0000 |
| commit | dc9b124d6668d984b8a012e21fef6a0fe585faef (patch) | |
| tree | 245d7d21aaf2f46e606e5df0a9c2151cc70a670f /lib/libarchive | |
| parent | aaa4ddd9d084859c0680ed93de6bf44eaf57276e (diff) | |
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 ce390f8372eb..67aff5cecb26 100644 --- a/lib/libarchive/Makefile +++ b/lib/libarchive/Makefile @@ -30,7 +30,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:Msparc64*} != "" || ${MACHINE_ARCH:Mpowerpc*} != "" NO_WCAST_ALIGN= yes .if ${MACHINE_ARCH:M*64*} == "" CFLAGS+= -DPPMD_32BIT |
