diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-09-09 17:11:16 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-09-09 17:11:16 +0000 |
commit | 497504f84a8f28b78ce3a0cc065f5167337eefdb (patch) | |
tree | c0570fa0ea3d6d3eb47c8dfd118a0431fda7ec18 /audio/icecast/patches | |
parent | f3167ceedc03c8e100c494e7f3ad55b5db3cef16 (diff) | |
download | pkgsrc-497504f84a8f28b78ce3a0cc065f5167337eefdb.tar.gz |
Use PTHREAD_* variables to avoid passing the unknown -pthreads flag to the
compiler. Fixes PR pkg/19501.
Diffstat (limited to 'audio/icecast/patches')
-rw-r--r-- | audio/icecast/patches/patch-ab | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/audio/icecast/patches/patch-ab b/audio/icecast/patches/patch-ab index 72939b486e2..c02719a2ae7 100644 --- a/audio/icecast/patches/patch-ab +++ b/audio/icecast/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.2 2002/05/15 07:28:52 martti Exp $ +$NetBSD: patch-ab,v 1.3 2003/09/09 17:11:17 jmmv Exp $ ---- configure.orig Thu Apr 11 00:50:20 2002 -+++ configure Wed May 15 09:22:11 2002 -@@ -877,15 +877,15 @@ +--- configure.orig 2002-04-11 00:50:20.000000000 +0200 ++++ configure +@@ -877,15 +877,15 @@ else ICECAST_BINDIR=${prefix}/bin ICECAST_SBINDIR=${prefix}/bin ICECAST_ETCDIR=conf @@ -23,3 +23,12 @@ $NetBSD: patch-ab,v 1.2 2002/05/15 07:28:52 martti Exp $ USE_FSSTD=no fi +@@ -1540,7 +1540,7 @@ EOF + + echo "$ac_t""BSD/OS" 1>&6 + ;; +- *BSD*) ++ unused) + __SOMEBSD__=yes + cat >> confdefs.h <<\EOF + #define __SOMEBSD__ 1 |