aboutsummaryrefslogtreecommitdiff
path: root/audio/pd/files
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2013-10-28 16:06:16 +0000
committerPawel Pekala <pawel@FreeBSD.org>2013-10-28 16:06:16 +0000
commit2b689b512c74e7005fc962d4cc2d79d8001a4cde (patch)
tree599a21a07cceb90ffa08898312eec7acd4dcf127 /audio/pd/files
parent532934f09136b746000f987994008adb1abd9d2f (diff)
downloadports-2b689b512c74e7005fc962d4cc2d79d8001a4cde.tar.gz
ports-2b689b512c74e7005fc962d4cc2d79d8001a4cde.zip
Notes
Diffstat (limited to 'audio/pd/files')
-rw-r--r--audio/pd/files/patch-extra_pd_pd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/pd/files/patch-extra_pd_pd.c b/audio/pd/files/patch-extra_pd_pd.c
index cf95cdbeeec4..cd900d12cd21 100644
--- a/audio/pd/files/patch-extra_pd_pd.c
+++ b/audio/pd/files/patch-extra_pd_pd.c
@@ -1,10 +1,10 @@
--- extra/pd~/pd~.c.orig 2010-07-29 05:55:17.000000000 +0900
+++ extra/pd~/pd~.c 2011-04-06 19:18:20.000000000 +0900
-@@ -11,6 +11,7 @@
+@@ -19,6 +19,7 @@
#include <stdlib.h>
#include <errno.h>
#include <ctype.h>
+#include <signal.h>
- #include <sys/types.h>
- #include <sys/stat.h>
#include <sys/wait.h>
+ #include <fcntl.h>
+ #endif