diff options
author | yyamano <yyamano@pkgsrc.org> | 2005-06-01 02:49:39 +0000 |
---|---|---|
committer | yyamano <yyamano@pkgsrc.org> | 2005-06-01 02:49:39 +0000 |
commit | e8351845075be609de017ce0b77c05f51ef824da (patch) | |
tree | df25709a1a7953bc88f51d059df71e3a71e2bf74 /security/heimdal | |
parent | a01238e97970802321012954ceeb9fd6108a9844 (diff) | |
download | pkgsrc-e8351845075be609de017ce0b77c05f51ef824da.tar.gz |
Make this build on Darwin. This fixes PR pkg/29147.
Diffstat (limited to 'security/heimdal')
-rw-r--r-- | security/heimdal/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |