svn commit: r319288 - stable/10/lib/libz

Xin LI delphij at FreeBSD.org
Wed May 31 06:08:12 UTC 2017


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
 


More information about the svn-src-all mailing list