summaryrefslogtreecommitdiff
path: root/audio/pd/files/patch-src_s_loader.c
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-05-25 11:48:29 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-05-25 11:48:29 +0000
commit280725774faa4e3d91ff599cca3a1466c77d300e (patch)
tree1c3ef73ccf694e94a9d75c5015cca2f5205e60f4 /audio/pd/files/patch-src_s_loader.c
parentAdd wait_on-1.0 (diff)
Add pd-0.35.23
Pd is a real-time graphical programming environment for audio and graphical processing. It resembles the Max/MSP system but is much simpler and more portable; also Pd has two features not (yet) showing up in Max/MSP: first, via Mark Dank's GEM package, Pd can be used for simultaneous computer animation and computer audio. Second, an experimental facility is provided for defining and accessing data structures. Submitted by: trevor
Notes
Notes: svn path=/head/; revision=59977
Diffstat (limited to 'audio/pd/files/patch-src_s_loader.c')
-rw-r--r--audio/pd/files/patch-src_s_loader.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/pd/files/patch-src_s_loader.c b/audio/pd/files/patch-src_s_loader.c
new file mode 100644
index 000000000000..e41f26a7db2e
--- /dev/null
+++ b/audio/pd/files/patch-src_s_loader.c
@@ -0,0 +1,12 @@
+--- src/s_loader.c.orig Wed Mar 6 18:58:30 2002
++++ src/s_loader.c Fri May 24 23:12:25 2002
+@@ -23,6 +23,9 @@
+ typedef void (*t_xxx)(void);
+
+ static char sys_dllextent[] =
++#ifdef __FreeBSD__
++ ".pd_freebsd";
++#endif
+ #ifdef IRIX
+ #ifdef N32
+ ".pd_irix6";