diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-08-21 02:52:01 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-08-21 02:52:01 +0000 |
commit | e0ff515ec78aa3f7caa47eba587446153f1e7ffc (patch) | |
tree | d05f0408138c38c0bdac3396bbc8c1a5b3fb8223 /audio/icecast/files/patch-configure | |
parent | c90a3e8c50abc807857e27dbef0920b6fff91be5 (diff) | |
download | ports-e0ff515ec78aa3f7caa47eba587446153f1e7ffc.tar.gz ports-e0ff515ec78aa3f7caa47eba587446153f1e7ffc.zip |
Notes
Diffstat (limited to 'audio/icecast/files/patch-configure')
-rw-r--r-- | audio/icecast/files/patch-configure | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/icecast/files/patch-configure b/audio/icecast/files/patch-configure new file mode 100644 index 000000000000..99b42e7b4e83 --- /dev/null +++ b/audio/icecast/files/patch-configure @@ -0,0 +1,20 @@ +--- configure.orig Wed Apr 10 18:50:20 2002 ++++ configure Tue Aug 6 05:36:56 2002 +@@ -2113,7 +2113,7 @@ + fi + fi + +-opt_readline="no" ++opt_readline="unset" + + if test "$opt_readline" = "unset"; then + if test -f "$withval/include/readline/readline.h"; then +@@ -3118,7 +3118,7 @@ + + fi + +-for ac_hdr in fcntl.h sys/time.h unistd.h sys/soundcard.h machine/soundcard.h pthread.h assert.h sys/resource.h math.h signal.h sys/signal.h mcheck.h malloc.h history.h Python.h ++for ac_hdr in fcntl.h sys/time.h unistd.h sys/soundcard.h machine/soundcard.h pthread.h assert.h sys/resource.h math.h signal.h sys/signal.h mcheck.h malloc.h readline/history.h Python.h + do + ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` + echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |