From 08bd1482c890f3a621b3f77885975cf276bb0264 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 12 Nov 2004 06:39:19 +0000 Subject: Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're added automatically by pthread.buildlink3.mk. Also, factor out the pthread library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS and use it in packages where necessary (usually the ones that don't have a GNU configure script). --- misc/nxtvepg/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/nxtvepg') diff --git a/misc/nxtvepg/Makefile b/misc/nxtvepg/Makefile index 2f12435a468..88101ca00e4 100644 --- a/misc/nxtvepg/Makefile +++ b/misc/nxtvepg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2004/10/03 00:13:00 tv Exp $ +# $NetBSD: Makefile,v 1.38 2004/11/12 06:39:20 jlam Exp $ DISTNAME= nxtvepg-2.6.0 PKGREVISION= 2 @@ -26,7 +26,7 @@ CFLAGS+= -DUSE_THREADS=1 MAKE_ENV+= WANT_THREADS=1 .endif # Required for Tcl/Tk 8.4 -LDFLAGS+= ${PTHREAD_LDFLAGS} +LDFLAGS+= ${PTHREAD_LIBS} pre-configure: cd ${WRKSRC}; \ -- cgit v1.2.3