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). --- audio/icecast1/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'audio') diff --git a/audio/icecast1/Makefile b/audio/icecast1/Makefile index 9cf3bf93406..038f82898c2 100644 --- a/audio/icecast1/Makefile +++ b/audio/icecast1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/10/03 00:13:06 tv Exp $ +# $NetBSD: Makefile,v 1.9 2004/11/12 06:39:19 jlam Exp $ # DISTNAME= icecast-1.3.12 @@ -23,8 +23,6 @@ CONFIGURE_ARGS+= --with-readline \ --sysconfdir=${PKG_SYSCONFDIR} CPPFLAGS+= -I${BUILDLINK_PREFIX.readline}/include/readline CPPFLAGS+= ${BUILDLINK_CPPFLAGS.${PYPACKAGE}} -CFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= ${PTHREAD_LDFLAGS} LDFLAGS+= ${BUILDLINK_LDFLAGS.${PYPACKAGE}} LIBS+= -lutil PTHREAD_OPTS+= require -- cgit v1.2.3