From 585db40a2be30aa5359f6b8633458ecfb4d13bc7 Mon Sep 17 00:00:00 2001 From: minskim Date: Fri, 4 Nov 2005 02:24:04 +0000 Subject: Define BIND_8_COMPAT to build on Darwin. --- net/hesiod/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/hesiod/Makefile b/net/hesiod/Makefile index f85230a48d6..e99dbd65b20 100644 --- a/net/hesiod/Makefile +++ b/net/hesiod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/04/11 21:46:48 tv Exp $ +# $NetBSD: Makefile,v 1.8 2005/11/04 02:24:04 minskim Exp $ DISTNAME= hesiod-3.0.2 CATEGORIES= net @@ -16,6 +16,8 @@ PKG_SKIP_REASON= "${PKGNAME} is part of your ${OPSYS} distribution" GNU_CONFIGURE= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +CFLAGS.Darwin+= -DBIND_8_COMPAT + pre-build: @${MV} ${WRKSRC}/hesinfo.1 ${WRKSRC}/hesinfo.1.orig @${SED} -e 's|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|' \ -- cgit v1.2.3