From e8351845075be609de017ce0b77c05f51ef824da Mon Sep 17 00:00:00 2001 From: yyamano Date: Wed, 1 Jun 2005 02:49:39 +0000 Subject: Make this build on Darwin. This fixes PR pkg/29147. --- security/heimdal/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'security/heimdal') diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index f72308f8990..11b82a82a2e 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2005/05/31 11:31:07 dillo Exp $ +# $NetBSD: Makefile,v 1.39 2005/06/01 02:49:39 yyamano Exp $ DISTNAME= heimdal-0.6.4 CATEGORIES= security @@ -25,6 +25,8 @@ CONFIGURE_ARGS+= --includedir=${PREFIX}/include/krb5 CONFIGURE_ARGS+= --without-x CONFIGURE_ARGS+= --without-krb4 +CFLAGS.Darwin+= -DBIND_8_COMPAT + .include "../../mk/bsd.prefs.mk" # Heimdal's configure script expects to find the readline.h header as -- cgit v1.2.3