aboutsummaryrefslogtreecommitdiff
path: root/audio/denemo/files
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2001-02-26 01:54:16 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2001-02-26 01:54:16 +0000
commit058ff452b108e8578e90f3b399d8556832d3b176 (patch)
treec25fccd9c6a3a55df4e24ab98bc72e26698c4170 /audio/denemo/files
parentb00d3a5c1924f5961f50338880788aef9c76ff06 (diff)
downloadports-058ff452b108e8578e90f3b399d8556832d3b176.tar.gz
ports-058ff452b108e8578e90f3b399d8556832d3b176.zip
new port of denemo 0.5.5, the GNU graphical score editor
Notes
Notes: svn path=/head/; revision=38716
Diffstat (limited to 'audio/denemo/files')
-rw-r--r--audio/denemo/files/patch-playback.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/denemo/files/patch-playback.c b/audio/denemo/files/patch-playback.c
new file mode 100644
index 000000000000..3a02a73334cf
--- /dev/null
+++ b/audio/denemo/files/patch-playback.c
@@ -0,0 +1,11 @@
+--- playback.c.orig Tue Jun 27 22:13:08 2000
++++ playback.c Sat Feb 10 19:34:55 2001
+@@ -18,7 +18,7 @@
+ #include <stdlib.h>
+ #include <unistd.h>
+ #include <sys/types.h>
+-#include <wait.h>
++#include <sys/wait.h>
+ #include <errno.h>
+
+ extern char **environ; /* I don't know why this is here. Hiller 19 Apr 2000 */