diff options
author | itojun <itojun@pkgsrc.org> | 2000-12-15 03:27:03 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-12-15 03:27:03 +0000 |
commit | b0d5c243f4382ce133829a3a1021b20717813922 (patch) | |
tree | c6b8798fc7eb5aa404488722202db206877643c1 /japanese/canna-lib/Makefile | |
parent | e00693776086c7e3c808c06edf3ce410a584875b (diff) | |
download | pkgsrc-b0d5c243f4382ce133829a3a1021b20717813922.tar.gz |
disable IPv6 patch, as it makes host authentication part too strict
Diffstat (limited to 'japanese/canna-lib/Makefile')
-rw-r--r-- | japanese/canna-lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/canna-lib/Makefile b/japanese/canna-lib/Makefile index da399c6327b..3bd347f3b78 100644 --- a/japanese/canna-lib/Makefile +++ b/japanese/canna-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/11/30 15:48:09 itojun Exp $ +# $NetBSD: Makefile,v 1.6 2000/12/15 03:27:03 itojun Exp $ # DISTNAME= Canna35b2 @@ -19,7 +19,7 @@ INSTALL_TARGET= install install.man BUILD_DEFS+= USE_INET6 .include "../../mk/bsd.prefs.mk" -.if ${USE_INET6} == "YES" +.if 0 # ${USE_INET6} == "YES" INET6= -DINET6 .else INET6= # empty |