summaryrefslogtreecommitdiff
path: root/net/haproxy
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2019-08-10 20:45:56 +0000
committermaya <maya@pkgsrc.org>2019-08-10 20:45:56 +0000
commit80c425905903296199929e9cf0c224d38e08b435 (patch)
tree841e34489f54c0525b16df3d401e21aefc1fabda /net/haproxy
parent80d3e67a0b432c063abb43ba02616b3dd5596e12 (diff)
downloadpkgsrc-80c425905903296199929e9cf0c224d38e08b435.tar.gz
haproxy: -D_XPG4_2 on sunos, to fix build. from wilbury
Diffstat (limited to 'net/haproxy')
-rw-r--r--net/haproxy/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile
index 827eb762cd5..b97a830c746 100644
--- a/net/haproxy/Makefile
+++ b/net/haproxy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2019/08/03 20:37:19 morr Exp $
+# $NetBSD: Makefile,v 1.48 2019/08/10 20:45:56 maya Exp $
DISTNAME= haproxy-2.0.3
CATEGORIES= net www
@@ -57,6 +57,7 @@ TARGET= linux2628
TARGET= generic
.endif
+CFLAGS.SunOS+= -D_XPG4_2
LIBS.SunOS+= -lxnet
post-install: