svn commit: r438892 - head/net/haproxy-devel

Dmitry Sivachenko demon at FreeBSD.org
Wed Apr 19 16:31:48 UTC 2017


Author: demon
Date: Wed Apr 19 16:31:47 2017
New Revision: 438892
URL: https://svnweb.freebsd.org/changeset/ports/438892

Log:
  fix typo.

Modified:
  head/net/haproxy-devel/Makefile

Modified: head/net/haproxy-devel/Makefile
==============================================================================
--- head/net/haproxy-devel/Makefile	Wed Apr 19 16:30:09 2017	(r438891)
+++ head/net/haproxy-devel/Makefile	Wed Apr 19 16:31:47 2017	(r438892)
@@ -24,8 +24,7 @@ DEVICEATLAS_DISTFILE=	deviceatlas-enterp
 DEVICEATLAS_REGISTRATION_URL=	https://deviceatlas.com/deviceatlas-haproxy-module
 
 MAKE_ARGS=	TARGET=freebsd DEFINE=-DFREEBSD_PORTS USE_GETADDRINFO=1 \
-		USE_ZLIB=1 USE_CPU_AFFINITY=1 CC="${CC}" CFLAGS="${CFLAGS} -fno-
-strict-aliasing -fwrapv"
+		USE_ZLIB=1 USE_CPU_AFFINITY=1 CC="${CC}" CFLAGS="${CFLAGS} -fno-strict-aliasing -fwrapv"
 
 OPTIONS_DEFINE=		DOCS EXAMPLES LUA OPENSSL DEVICEATLAS
 OPTIONS_RADIO=		PCRE


More information about the svn-ports-head mailing list