summaryrefslogtreecommitdiff
path: root/net/radius
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-04-24 22:44:25 +0000
committertron <tron@pkgsrc.org>1999-04-24 22:44:25 +0000
commit738aaa57e385165d3a345453fb7f2e93d3aa977e (patch)
tree3630ee3419b5177f9d464fd976f30c51f83d815a /net/radius
parent16feaaace4164778adb39ef9aa9b131a9a805d4b (diff)
downloadpkgsrc-738aaa57e385165d3a345453fb7f2e93d3aa977e.tar.gz
Comment out broken Kerberos IV support for now.
Diffstat (limited to 'net/radius')
-rw-r--r--net/radius/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/net/radius/Makefile b/net/radius/Makefile
index 5c762f362ff..c9628b7c842 100644
--- a/net/radius/Makefile
+++ b/net/radius/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/04/24 22:41:53 tron Exp $
+# $NetBSD: Makefile,v 1.4 1999/04/24 22:44:25 tron Exp $
#
# Tempted to install another radius package?
#
@@ -26,13 +26,14 @@ NO_WRKSUBDIR= yes
.include "../../mk/bsd.prefs.mk"
-.ifmake do-build
-.if exists(/usr/lib/libkrb.a) && \
- (defined(MAKE_EBONES) || defined(MAKE_KERBEROS4))
-CFLAGS+= -DM_KERB -I/usr/include/kerberosIV
-RADLIBS= -lkrb -ldes
-.endif
-.endif
+# XXX Kerberos IV support is know to be broken.
+#.ifmake do-build
+#.if exists(/usr/lib/libkrb.a) && \
+# (defined(MAKE_EBONES) || defined(MAKE_KERBEROS4))
+#CFLAGS+= -DM_KERB -I/usr/include/kerberosIV
+#RADLIBS= -lkrb -ldes
+#.endif
+#.endif
post-extract:
.for FILE in ${EXTRA_FILES}