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). --- x11/xosd/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/xosd/Makefile.common') diff --git a/x11/xosd/Makefile.common b/x11/xosd/Makefile.common index ae5beffbc54..5fd6fcf1b49 100644 --- a/x11/xosd/Makefile.common +++ b/x11/xosd/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.15 2004/09/14 08:25:43 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.16 2004/11/12 06:39:21 jlam Exp $ DISTNAME= xosd-2.2.12 CATEGORIES= x11 @@ -26,6 +26,6 @@ CONFIGURE_ENV+= F77=${FALSE} SUBST_CLASSES= fixme SUBST_STAGE.fixme= post-patch SUBST_FILES.fixme= configure -SUBST_SED.fixme= -e "s|-lpthread|${PTHREAD_LDFLAGS}|g" +SUBST_SED.fixme= -e "s|-lpthread|${PTHREAD_LIBS}|g" .include "../../mk/pthread.buildlink3.mk" -- cgit v1.2.3