diff options
Diffstat (limited to 'lib/libarchive/Makefile')
-rw-r--r-- | lib/libarchive/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile index 9486247..a024f9a 100644 --- a/lib/libarchive/Makefile +++ b/lib/libarchive/Makefile @@ -21,12 +21,7 @@ CFLAGS+= -DPACKAGE_NAME=\"lib${LIB}\" CFLAGS+= -DPACKAGE_VERSION=\"${VERSION}\" CFLAGS+= -I${.OBJDIR} -# FreeBSD/arm has some limitations. -.if ${MACHINE_ARCH} == "arm" -WARNS?= 3 -.else WARNS?= 6 -.endif # Headers to be installed in /usr/include INCS= archive.h archive_entry.h |