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. --- audio/icecast/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'audio/icecast') diff --git a/audio/icecast/Makefile b/audio/icecast/Makefile index 6a69af5cf6e..105381677e1 100644 --- a/audio/icecast/Makefile +++ b/audio/icecast/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2004/11/27 20:45:04 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2004/12/04 23:09:06 jlam Exp $ # DISTNAME= icecast-2.1.0 @@ -14,6 +14,7 @@ USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes USE_PKGINSTALL= yes GNU_CONFIGURE= yes +PTHREAD_AUTO_VARS= yes BUILD_DEFS+= ICECAST_CHROOTDIR -- cgit v1.2.3