summaryrefslogtreecommitdiff
path: root/audio/splay
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-01-22 14:34:29 +0000
committerwiz <wiz@pkgsrc.org>2000-01-22 14:34:29 +0000
commitd188237a4e8500b538430577d7bedd64ddcd1baf (patch)
tree3f5bbecd180270cf2e42e7fb4286682f0fb241cc /audio/splay
parentcd2ea8771eb89968819a382ec429a6c7cc7cb51b (diff)
downloadpkgsrc-d188237a4e8500b538430577d7bedd64ddcd1baf.tar.gz
don't use pthreads, even if they are installed; fixes PR 9002
Diffstat (limited to 'audio/splay')
-rw-r--r--audio/splay/Makefile4
1 files changed, 2 insertions, 2 deletions
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"