diff options
author | CHOI Junho <cjh@FreeBSD.org> | 2001-04-02 13:57:05 +0000 |
---|---|---|
committer | CHOI Junho <cjh@FreeBSD.org> | 2001-04-02 13:57:05 +0000 |
commit | f13ef8bc1fca53e53342083a10968b739a5496ee (patch) | |
tree | f8c9172711734b972835039feac920e819a0b2d7 /audio/splay/files/patch-configure | |
parent | Update port to version 2.2.0 (diff) |
Update to 0.9.5.1. pthread and xsplay are still disabled.
Diffstat (limited to 'audio/splay/files/patch-configure')
-rw-r--r-- | audio/splay/files/patch-configure | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/audio/splay/files/patch-configure b/audio/splay/files/patch-configure new file mode 100644 index 000000000000..ea50dce7da56 --- /dev/null +++ b/audio/splay/files/patch-configure @@ -0,0 +1,21 @@ +--- configure.orig Mon Mar 19 17:51:43 2001 ++++ configure Mon Apr 2 22:38:07 2001 +@@ -1967,12 +1969,12 @@ + + fi + echo "$ac_t""$ac_cv_type_pid_t" 1>&6 +-if test $ac_cv_type_pid_t = no; then +- cat >> confdefs.h <<\EOF +-#define pid_t int +-EOF +- +-fi ++#if test $ac_cv_type_pid_t = no; then ++# cat >> confdefs.h <<\EOF ++##define pid_t int ++#EOF ++# ++#fi + + + if test $ac_cv_prog_gcc = yes; then |