summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-04-28 05:26:39 +0000
committerjlam <jlam@pkgsrc.org>2004-04-28 05:26:39 +0000
commit7766d0b72571297ea7293fc6c457d5876ae5d976 (patch)
tree781f025867c1ac552b50c74e51a19a2244b09abd /security
parente3ee2f2be47fd6f7104f07c13d9e0e6f308b5dac (diff)
downloadpkgsrc-7766d0b72571297ea7293fc6c457d5876ae5d976.tar.gz
The buildlink3.mk file for the Kerberos 5 implementation used will
automatically pass the correct -I flags to the compiler.
Diffstat (limited to 'security')
-rw-r--r--security/openssh/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index 1eb8ad15eef..41167792926 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.134 2004/04/28 05:25:54 jlam Exp $
+# $NetBSD: Makefile,v 1.135 2004/04/28 05:26:39 jlam Exp $
DISTNAME= openssh-3.8p1
PKGNAME= openssh-3.8.1
@@ -91,7 +91,6 @@ CONFIGURE_ARGS+= --without-skey
.if defined(KERBEROS)
. include "../../mk/krb5.buildlink3.mk"
CONFIGURE_ARGS+= --with-kerberos5=${KRB5BASE}
-CPPFLAGS+= -I${KRB5BASE}/include/krb5
.endif
.if (${OPSYS} == "NetBSD") && exists(/usr/include/utmpx.h)