pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/haproxy haproxy: -D_XPG4_2 on sunos, to fix build....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6f88bb8ebcb
branches:  trunk
changeset: 399491:f6f88bb8ebcb
user:      maya <maya%pkgsrc.org@localhost>
date:      Sat Aug 10 20:45:56 2019 +0000

description:
haproxy: -D_XPG4_2 on sunos, to fix build. from wilbury

diffstat:

 net/haproxy/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d395650b2dea -r f6f88bb8ebcb net/haproxy/Makefile
--- a/net/haproxy/Makefile      Sat Aug 10 19:49:15 2019 +0000
+++ b/net/haproxy/Makefile      Sat Aug 10 20:45:56 2019 +0000
@@ -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=        generic
 .endif
 
+CFLAGS.SunOS+=         -D_XPG4_2
 LIBS.SunOS+=           -lxnet
 
 post-install:



Home | Main Index | Thread Index | Old Index