summaryrefslogtreecommitdiff
path: root/net/maradns/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/maradns/Makefile')
-rw-r--r--net/maradns/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/maradns/Makefile b/net/maradns/Makefile
index 632c1fc2197..630cd198fab 100644
--- a/net/maradns/Makefile
+++ b/net/maradns/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/11/27 18:04:20 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2004/12/04 11:58:06 wiz Exp $
DISTNAME= maradns-1.0.18
PKGREVISION= 1
@@ -21,7 +21,7 @@ EGDIR= ${PREFIX}/share/examples/maradns
CONF_FILES= ${EGDIR}/example_mararc ${PKG_SYSCONFDIR}/mararc
.include "../../mk/pthread.buildlink3.mk"
-LDFLAGS+= ${PTHREAD_LIBS}
+LDFLAGS+= ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}
post-patch:
${SED} -e s,@@PKGSYSCONFDIR@@,${PKG_SYSCONFDIR}, \