summaryrefslogtreecommitdiff
path: root/audio/pd/patches/patch-extra_bonk~_bonk~.c
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-09-15 01:05:04 +0000
committerwiz <wiz@pkgsrc.org>2011-09-15 01:05:04 +0000
commit510f0d7ab52fc4cc4974350c4178050639a107f6 (patch)
treea3a5e2db8ad81a2b69f90cde90d7e4288c3f0a1c /audio/pd/patches/patch-extra_bonk~_bonk~.c
parentebe8500d56a8ac036301a5f39ddd6a267a9eb830 (diff)
downloadpkgsrc-510f0d7ab52fc4cc4974350c4178050639a107f6.tar.gz
Initial import of pd-0.43.0.
Pd (aka Pure Data) is a real-time graphical programming environment for audio, video, and graphical processing. It is the third major branch of the family of patcher programming languages known as Max (Max/FTS, ISPW Max, Max/MSP, jMax, etc.) originally developed by Miller Puckette and company at IRCAM. The core of Pd is written and maintained by Miller Puckette and includes the work of many developers, making the whole package very much a community effort. Pd was created to explore ideas of how to further refine the Max paradigm with the core ideas of allowing data to be treated in a more open-ended way and opening it up to applications outside of audio and MIDI, such as graphics and video. It is easy to extend Pd by writing object classes ("externals") or patches ("abstractions"). The work of many developers is already available as part of the standard Pd packages and the Pd developer community is growing rapidly. Recent developments include a system of abstractions for building performance environments; a library of objects for physical modeling; and a library of objects for generating and processing video in realtime.
Diffstat (limited to 'audio/pd/patches/patch-extra_bonk~_bonk~.c')
-rw-r--r--audio/pd/patches/patch-extra_bonk~_bonk~.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/pd/patches/patch-extra_bonk~_bonk~.c b/audio/pd/patches/patch-extra_bonk~_bonk~.c
new file mode 100644
index 00000000000..5d89871d9d6
--- /dev/null
+++ b/audio/pd/patches/patch-extra_bonk~_bonk~.c
@@ -0,0 +1,18 @@
+$NetBSD: patch-extra_bonk~_bonk~.c,v 1.1.1.1 2011/09/15 01:05:05 wiz Exp $
+
+alloca.h is not portable.
+
+--- extra/bonk~/bonk~.c.orig 2010-08-19 01:37:00.000000000 +0000
++++ extra/bonk~/bonk~.c
+@@ -82,11 +82,7 @@ void *bonk_class;
+ static t_class *bonk_class;
+ #endif
+
+-#ifdef _WIN32
+ #include <malloc.h>
+-#elif ! defined(_MSC_VER)
+-#include <alloca.h>
+-#endif
+
+ /* ------------------------ bonk~ ----------------------------- */
+