pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/heimdal Make this build on Darwin. This fixes...
details: https://anonhg.NetBSD.org/pkgsrc/rev/71bf6e9a925b
branches: trunk
changeset: 494961:71bf6e9a925b
user: yyamano <yyamano%pkgsrc.org@localhost>
date: Wed Jun 01 02:49:39 2005 +0000
description:
Make this build on Darwin. This fixes PR pkg/29147.
diffstat:
security/heimdal/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r e56d6d970e6a -r 71bf6e9a925b security/heimdal/Makefile
--- a/security/heimdal/Makefile Wed Jun 01 02:42:21 2005 +0000
+++ b/security/heimdal/Makefile Wed Jun 01 02:49:39 2005 +0000
@@ -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+= --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
Home |
Main Index |
Thread Index |
Old Index