summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2017-05-31 06:08:11 +0000
committerdelphij <delphij@FreeBSD.org>2017-05-31 06:08:11 +0000
commit1a5f55018b250a8e6a152f97a4e497e2e13fb12f (patch)
treeb230705d23f4892121d29425b5305d1b7c883bc3
parent6a906415bca4f5ff58f98819444f383c23cc1641 (diff)
downloadFreeBSD-src-1a5f55018b250a8e6a152f97a4e497e2e13fb12f.zip
FreeBSD-src-1a5f55018b250a8e6a152f97a4e497e2e13fb12f.tar.gz
MFC r316649:
Add missing double quote to fix r316635 commit.
-rw-r--r--lib/libz/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libz/Makefile b/lib/libz/Makefile
index 900180a..a6ffba2 100644
--- a/lib/libz/Makefile
+++ b/lib/libz/Makefile
@@ -39,7 +39,7 @@ SRCS+= uncompr.c
SRCS+= zopen.c
SRCS+= zutil.c
-.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
CFLAGS+= -DUNALIGNED_OK
.endif
OpenPOWER on IntegriCloud