pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/sylpheed-claws Disable IPv6 explicitly if USE_INE...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e193d149508b
branches: trunk
changeset: 469659:e193d149508b
user: minskim <minskim%pkgsrc.org@localhost>
date: Thu Feb 26 14:07:23 2004 +0000
description:
Disable IPv6 explicitly if USE_INET6 is not set to YES. This is
needed because the default behavior of the configure script was
changed.
diffstat:
mail/sylpheed-claws/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r ef02d09bc036 -r e193d149508b mail/sylpheed-claws/Makefile
--- a/mail/sylpheed-claws/Makefile Thu Feb 26 14:04:20 2004 +0000
+++ b/mail/sylpheed-claws/Makefile Thu Feb 26 14:07:23 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2004/02/14 18:26:28 jmmv Exp $
+# $NetBSD: Makefile,v 1.30 2004/02/26 14:07:23 minskim Exp $
#
.include "Makefile.common"
@@ -32,8 +32,10 @@
.include "../../mk/bsd.prefs.mk"
BUILD_DEFS+= USE_INET6 USE_OPENLDAP
-.if defined(USE_INET6) && ${USE_INET6} == YES
+.if defined(USE_INET6) && !empty(USE_INET6:M[Yy][Ee][Ss])
CONFIGURE_ARGS+= --enable-ipv6
+.else
+CONFIGURE_ARGS+= --disable-ipv6
.endif
FACES_IS_INSTALLED!= ${PKG_INFO} -e faces || ${ECHO}
Home |
Main Index |
Thread Index |
Old Index