diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-13 13:18:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-13 13:18:24 +0000 |
commit | 8b014114f1b1630f6005d74dd430e497eae6a91f (patch) | |
tree | d96fe3071a2629886363332b2dadfe009a494e9e /audio/csound/patches/patch-ad | |
parent | 7779abc7a86205fa10323eef4d41d43392304462 (diff) | |
download | pkgsrc-8b014114f1b1630f6005d74dd430e497eae6a91f.tar.gz |
Initial import of (unofficial) csound-4.09:
Csound is a software synthesis package in the tradition of so-called
music-N languages, among which the best-known is Music V. It consists
of an orchestra- and score-driven executable, written in C for
portability. Since Csound is a computational language, it is highly
flexible and efficient; complexity is gained only at the expense of
computation time. Basically Csound reads some files and creates the
result as a file on disk or, on faster machines, through a DAC in real
time.
Package provided by Ben Collver in pkg/11759, with an overhaul by me.
Diffstat (limited to 'audio/csound/patches/patch-ad')
-rw-r--r-- | audio/csound/patches/patch-ad | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/audio/csound/patches/patch-ad b/audio/csound/patches/patch-ad new file mode 100644 index 00000000000..5cc21f25189 --- /dev/null +++ b/audio/csound/patches/patch-ad @@ -0,0 +1,9 @@ +$NetBSD: patch-ad,v 1.1.1.1 2001/03/13 13:18:24 wiz Exp $ + +--- acconfig.h.orig Sat Mar 10 01:50:23 2001 ++++ acconfig.h +@@ -0,0 +1,4 @@ ++/* these are here to silence autoreconf */ ++#undef FORCE_STDOUT_LBUF ++#undef NEEDS_MINSHORT ++#undef NEEDS_SAFE_FCLOSE |