pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/cue disable IPv6 on Solaris because this package ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1f4f4f7fad94
branches: trunk
changeset: 476650:1f4f4f7fad94
user: grant <grant%pkgsrc.org@localhost>
date: Thu Jun 17 12:59:11 2004 +0000
description:
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:
mail/cue/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 116a1e6ad3c1 -r 1f4f4f7fad94 mail/cue/Makefile
--- a/mail/cue/Makefile Thu Jun 17 12:54:49 2004 +0000
+++ b/mail/cue/Makefile Thu Jun 17 12:59:11 2004 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index