summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/bind9/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile
index e673ed9806d..b9da1d6f0bc 100644
--- a/net/bind9/Makefile
+++ b/net/bind9/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2000/11/13 04:43:23 itojun Exp $
+# $NetBSD: Makefile,v 1.15 2000/11/13 16:12:49 toshii Exp $
#
DISTNAME= bind-${BIND_VERSION}
@@ -25,8 +25,7 @@ CONFIGURE_ARGS+=--with-mit-pthreads \
--with-libtool=yes \
--sysconfdir=/etc \
--localstatedir=/var
-CONFIGURE_ENV+= CC=${LOCALBASE}/pthreads/bin/pgcc \
- CXX=${LOCALBASE}/pthreads/bin/pg++
+LDFLAGS+= -Wl,-R${LOCALBASE}/pthreads/lib -L${LOCALBASE}/pthreads/lib
post-install:
${MKDIR} ${PREFIX}/share/doc/bind9