pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Fix back ".endif" logic which breaks "USE_INET6" on...
details: https://anonhg.NetBSD.org/pkgsrc/rev/af3834bae806
branches: trunk
changeset: 465341:af3834bae806
user: tron <tron%pkgsrc.org@localhost>
date: Sun Dec 28 10:09:38 2003 +0000
description:
Fix back ".endif" logic which breaks "USE_INET6" on many platforms.
diffstat:
mk/bsd.prefs.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r fb44e7f621e4 -r af3834bae806 mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk Sun Dec 28 09:03:27 2003 +0000
+++ b/mk/bsd.prefs.mk Sun Dec 28 10:09:38 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.137 2003/12/27 13:39:01 tron Exp $
+# $NetBSD: bsd.prefs.mk,v 1.138 2003/12/28 10:09:38 tron Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -244,12 +244,12 @@
USE_INET6= NO
.else
USE_INET6= YES
+.endif
.elif empty(_OPSYS_HAS_INET6:M[nN][oO]) && !defined(USE_SOCKS)
USE_INET6= YES
.else
USE_INET6= NO
.endif
-.endif
LOCALBASE?= ${DESTDIR}/usr/pkg
.if ${OPSYS} == "SunOS"
Home |
Main Index |
Thread Index |
Old Index