summaryrefslogtreecommitdiff
path: root/net/haproxy
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2014-10-03 09:30:45 +0000
committerrodent <rodent@pkgsrc.org>2014-10-03 09:30:45 +0000
commitce7859361ae8ecb12e9cd1730d4956455f9ce8ec (patch)
tree9c0983e8e99e54ca619b1b534e48bdbe27f8133a /net/haproxy
parent21ee05f0e984cd3f58a54fecc8c33d178fdd65d0 (diff)
downloadpkgsrc-ce7859361ae8ecb12e9cd1730d4956455f9ce8ec.tar.gz
Fix build failure on CentOS 7, setting TARGET=generic until we devise a
better setting.
Diffstat (limited to 'net/haproxy')
-rw-r--r--net/haproxy/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile
index 0c15cb70269..5c0ac6934f0 100644
--- a/net/haproxy/Makefile
+++ b/net/haproxy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2014/09/12 21:37:38 morr Exp $
+# $NetBSD: Makefile,v 1.16 2014/10/03 09:30:45 rodent Exp $
DISTNAME= haproxy-1.5.4
CATEGORIES= net www
@@ -41,6 +41,8 @@ TARGET=linux24e
. else
TARGET=linux24
. endif
+. else
+TARGET=generic
. endif
.else
TARGET=generic