From 00686c240d2ce06b48837621dad7f4d5eeb66b9f Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 4 Dec 2004 23:09:06 +0000 Subject: Set PTHREAD_AUTO_VARS to "yes" after pthread.buildlink3.mk was changed not to automatically add pthread-related CFLAGS, LDFLAGS, and LIBS to the configure and build processes. --- net/maradns/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net/maradns') diff --git a/net/maradns/Makefile b/net/maradns/Makefile index 630cd198fab..041f3f59ad2 100644 --- a/net/maradns/Makefile +++ b/net/maradns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/12/04 11:58:06 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2004/12/04 23:09:07 jlam Exp $ DISTNAME= maradns-1.0.18 PKGREVISION= 1 @@ -15,13 +15,14 @@ USE_PKGINSTALL= yes RCD_SCRIPTS= maradns HAS_CONFIGURE= yes PTHREAD_OPTS+= require +PTHREAD_AUTO_VARS= yes MAKE_ENV+= LANGUAGE="en" EGDIR= ${PREFIX}/share/examples/maradns CONF_FILES= ${EGDIR}/example_mararc ${PKG_SYSCONFDIR}/mararc .include "../../mk/pthread.buildlink3.mk" -LDFLAGS+= ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} +LDFLAGS+= ${PTHREAD_LIBS} post-patch: ${SED} -e s,@@PKGSYSCONFDIR@@,${PKG_SYSCONFDIR}, \ -- cgit v1.2.3