summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorminskim <minskim>2005-11-04 02:24:04 +0000
committerminskim <minskim>2005-11-04 02:24:04 +0000
commit04423e32b3f8d8aed801020aad7bba669941331a (patch)
tree3f13015c7542eea8338e7f0ea575582df8e4302c /net
parentabbe1f0a7475a1fc26229c29f0ba56b2db9942e4 (diff)
downloadpkgsrc-04423e32b3f8d8aed801020aad7bba669941331a.tar.gz
Define BIND_8_COMPAT to build on Darwin.
Diffstat (limited to 'net')
-rw-r--r--net/hesiod/Makefile4
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}|' \