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 | 5ef9f7a874f0bf3acdc8eb94d880079302ce8b74 (patch) | |
tree | 3f13015c7542eea8338e7f0ea575582df8e4302c | |
parent | b9cae773ef52484b35176aa019e767e461d4579d (diff) | |
download | pkgsrc-5ef9f7a874f0bf3acdc8eb94d880079302ce8b74.tar.gz |
Define BIND_8_COMPAT to build on Darwin.
-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}|' \ |