diff options
author | minskim <minskim@pkgsrc.org> | 2005-11-04 02:24:04 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-11-04 02:24:04 +0000 |
commit | 585db40a2be30aa5359f6b8633458ecfb4d13bc7 (patch) | |
tree | 3f13015c7542eea8338e7f0ea575582df8e4302c /net/hesiod | |
parent | 0729e9f1bc7c05fd53cd394959b0769150791c09 (diff) | |
download | pkgsrc-585db40a2be30aa5359f6b8633458ecfb4d13bc7.tar.gz |
Define BIND_8_COMPAT to build on Darwin.
Diffstat (limited to 'net/hesiod')
-rw-r--r-- | net/hesiod/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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}|' \ |