diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-23 05:00:25 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-23 05:00:25 +0000 |
commit | abc58f9ffcf96ab89617954b1c2eecb5477e3caf (patch) | |
tree | c617bf053ad861c0c93879c968b147bea61c040a /audio/csound/files/patch-util2_dnoise_dir_dnoise_c | |
parent | - Update to 0.77 (diff) |
[PATCH, UPDATE] Update audio/csound and audio/csound-manual
Update audio/csound to 5.06
csound has been "liberated" and is now GPL, see
http://csounds.com/VercoeGift.html The corresponding csound
entry in LEGAL should be removed, note that csound-manual
isn't updated to 5.06 and is still subject to a restrictive
license.
With thanks to Erik Trulsson and Mel at -questions for
patch-Top-csound.c
PR: ports/116255
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
Diffstat (limited to 'audio/csound/files/patch-util2_dnoise_dir_dnoise_c')
-rw-r--r-- | audio/csound/files/patch-util2_dnoise_dir_dnoise_c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/audio/csound/files/patch-util2_dnoise_dir_dnoise_c b/audio/csound/files/patch-util2_dnoise_dir_dnoise_c deleted file mode 100644 index 1d0cc0900b89..000000000000 --- a/audio/csound/files/patch-util2_dnoise_dir_dnoise_c +++ /dev/null @@ -1,10 +0,0 @@ ---- util2/dnoise.dir/dnoise.c.orig Thu Apr 24 15:16:01 2003 -+++ util2/dnoise.dir/dnoise.c Thu Apr 24 15:16:32 2003 -@@ -109,6 +109,7 @@ - static long bytes = 0; - 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; |