From d188237a4e8500b538430577d7bedd64ddcd1baf Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 22 Jan 2000 14:34:29 +0000 Subject: don't use pthreads, even if they are installed; fixes PR 9002 --- audio/splay/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/splay') diff --git a/audio/splay/Makefile b/audio/splay/Makefile index 44075238a31..5c4ba50970b 100644 --- a/audio/splay/Makefile +++ b/audio/splay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/03/28 20:08:08 rh Exp $ +# $NetBSD: Makefile,v 1.8 2000/01/22 14:34:29 wiz Exp $ # FreeBSD Id: Makefile,v 1.4 1997/08/09 23:37:33 fenner Exp # @@ -16,7 +16,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://synergy.kaist.ac.kr/~jwj/ GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-xsplay +CONFIGURE_ARGS= --without-xsplay --without-pthread CONFIGURE_ENV= LIBS="${LIBS} -lossaudio" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3