diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-05-03 15:56:24 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-05-03 15:56:24 +0000 |
commit | a7ff88b7ff18651b19998d7685a5a002471580e2 (patch) | |
tree | 625f35161ac5798456a67ffb020d3665af7ea1e6 /audio/csound/files/patch-util2_dnoise_dir_srconv_c | |
parent | Update to 0.6.0. (diff) |
Unbreak port by updating to 4.23.
Triggered by: kris wants to remove broken ports
Approved by: maintainer timeout (he hasn't much time at the moment
and I want to have bugs get reported just in time to
have it fixed before 5.1)
Diffstat (limited to 'audio/csound/files/patch-util2_dnoise_dir_srconv_c')
-rw-r--r-- | audio/csound/files/patch-util2_dnoise_dir_srconv_c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/csound/files/patch-util2_dnoise_dir_srconv_c b/audio/csound/files/patch-util2_dnoise_dir_srconv_c new file mode 100644 index 000000000000..afd9fc827ca8 --- /dev/null +++ b/audio/csound/files/patch-util2_dnoise_dir_srconv_c @@ -0,0 +1,10 @@ +--- util2/dnoise.dir/srconv.c.orig Thu Apr 24 15:17:43 2003 ++++ util2/dnoise.dir/srconv.c Thu Apr 24 15:18:07 2003 +@@ -78,6 +78,7 @@ + OPARMS O = {0,0, 0,1,1,0, 0,0, 0,0, 0,0, 1,0,0,7, 0,0,0, 0,0,0,0, 0,0 }; + + ++#undef POLL_EVENTS + int POLL_EVENTS(void) + { + return 1; |