aboutsummaryrefslogtreecommitdiff
path: root/net/haproxy/Makefile
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2017-05-11 10:25:59 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2017-05-11 10:25:59 +0000
commit6c673fb3e86c6ce3de82bec46324dcc2a188c3ca (patch)
tree1e0fb2964e4bcab96728446f03b40fcb064f322f /net/haproxy/Makefile
parentcbf935d372ec57a4c5e93ba0c8222e22901ee9d4 (diff)
downloadports-6c673fb3e86c6ce3de82bec46324dcc2a188c3ca.tar.gz
ports-6c673fb3e86c6ce3de82bec46324dcc2a188c3ca.zip
Enable USE_REGPARM, USE_ACCEPT4 defines.
Notes
Notes: svn path=/head/; revision=440621
Diffstat (limited to 'net/haproxy/Makefile')
-rw-r--r--net/haproxy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile
index ecef7ff7cab4..bf9a0a6babfc 100644
--- a/net/haproxy/Makefile
+++ b/net/haproxy/Makefile
@@ -3,7 +3,7 @@
PORTNAME= haproxy
PORTVERSION= 1.7.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net www
MASTER_SITES= http://www.haproxy.org/download/1.7/src/
DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
@@ -24,7 +24,7 @@ DEVICEATLAS_DISTFILE= deviceatlas-enterprise-c-${DEVICEATLAS_VERSION}
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 USE_REGPARM=1 USE_ACCEPT4=1 CC="${CC}" CFLAGS="${CFLAGS} -fno-strict-aliasing -fwrapv"
OPTIONS_DEFINE= DOCS EXAMPLES LUA OPENSSL DEVICEATLAS
OPTIONS_RADIO= PCRE