summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorgrant <grant>2004-06-17 12:59:11 +0000
committergrant <grant>2004-06-17 12:59:11 +0000
commitdd1533f582b83d139efabf965bb63c4ced3c2737 (patch)
tree355cdba12a31519e85e78b10930fa040a12392c3 /mail
parentf1973e973958b8b49a2c3b31a2829874fd0e01cb (diff)
downloadpkgsrc-dd1533f582b83d139efabf965bb63c4ced3c2737.tar.gz
disable IPv6 on Solaris because this package thinks getaddrinfo is
broken and doesn't build: checking whether to enable ipv6... yes checking ipv6 stack type... unknown checking getaddrinfo bug... buggy Fatal: You must get working getaddrinfo() function.
Diffstat (limited to 'mail')
-rw-r--r--mail/cue/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/cue/Makefile b/mail/cue/Makefile
index 26c2bde39ad..ee7fb7910b4 100644
--- a/mail/cue/Makefile
+++ b/mail/cue/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2004/05/07 05:05:57 itojun Exp $
+# $NetBSD: Makefile,v 1.37 2004/06/17 12:59:11 grant Exp $
DISTNAME= cue-snap-20040426
PKGNAME= cue-20040426
@@ -15,7 +15,8 @@ USE_BUILDLINK3= yes
BUILD_DEFS+= USE_INET6 USE_IDEA CUE_USE_CANNA
-.if defined(USE_INET6) && !empty(USE_INET6:M[Yy][Ee][Ss])
+.if defined(USE_INET6) && !empty(USE_INET6:M[Yy][Ee][Ss]) && \
+ ${OPSYS} != "SunOS"
CONFIGURE_ARGS+= --enable-ipv6
.else
CONFIGURE_ARGS+= --disable-ipv6