From af591191d2b91375c67ab57df64d383e66055294 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). --- net/gift/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'net/gift/Makefile') diff --git a/net/gift/Makefile b/net/gift/Makefile index 5bd1cf3c7cf..172af80f40b 100644 --- a/net/gift/Makefile +++ b/net/gift/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/10/15 12:14:07 tv Exp $ +# $NetBSD: Makefile,v 1.5 2004/11/12 06:39:20 jlam Exp $ # DISTNAME= gift-0.11.6 @@ -16,8 +16,6 @@ USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes -LIBS+= ${PTHREAD_LDFLAGS} - PKGCONFIG_OVERRIDE+= ${WRKSRC}/lib/libgift.pc.in .include "../../devel/libltdl/buildlink3.mk" -- cgit v1.2.3