summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoryyamano <yyamano@pkgsrc.org>2005-06-01 02:49:39 +0000
committeryyamano <yyamano@pkgsrc.org>2005-06-01 02:49:39 +0000
commite8df6506e1e7975a3ab1623a08159787211cfeed (patch)
treedf25709a1a7953bc88f51d059df71e3a71e2bf74 /security
parent61844fa0f218894504122e094ded038a6c70cabf (diff)
downloadpkgsrc-e8df6506e1e7975a3ab1623a08159787211cfeed.tar.gz
Make this build on Darwin. This fixes PR pkg/29147.
Diffstat (limited to 'security')
-rw-r--r--security/heimdal/Makefile4
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