Author: delphij
Date: Wed May 31 06:08:11 2017
New Revision: 319288
URL: https://svnweb.freebsd.org/changeset/base/319288

Log:
  MFC r316649:
  
  Add missing double quote to fix r316635 commit.

Modified:
  stable/10/lib/libz/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/libz/Makefile
==============================================================================
--- stable/10/lib/libz/Makefile Wed May 31 06:07:19 2017        (r319287)
+++ stable/10/lib/libz/Makefile Wed May 31 06:08:11 2017        (r319288)
@@ -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
 
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to