summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz>2004-12-04 11:58:06 +0000
committerwiz <wiz>2004-12-04 11:58:06 +0000
commitce6486414726d72fe6a64d05f087038dc112b22f (patch)
tree011a2fe87f9225777bb0ff639dc3a08fa8deb6bb /net
parent4adc158a72a995b07243497e112770bda37f2f3b (diff)
downloadpkgsrc-ce6486414726d72fe6a64d05f087038dc112b22f.tar.gz
Fix build (missing PTHREAD_LDFLAGS).
Diffstat (limited to 'net')
-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}, \