From ce6486414726d72fe6a64d05f087038dc112b22f Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 4 Dec 2004 11:58:06 +0000 Subject: Fix build (missing PTHREAD_LDFLAGS). --- net/maradns/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net') 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}, \ -- cgit v1.2.3