summaryrefslogtreecommitdiff
path: root/audio/rosegarden/files/patch-ak
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-09-20 02:24:29 +0000
committerSteve Price <steve@FreeBSD.org>1999-09-20 02:24:29 +0000
commitd345f4283413ecdbdc1a8c9e13003f8efbd9e448 (patch)
tree8f3493d4711ee90d584855f1cbfb3ce57afae37c /audio/rosegarden/files/patch-ak
parenttime(3) returns a time_t and not a long. (diff)
Use SYSTEM_OSS on the Alpha too. Also include errno.h so this build on
FreeBSD/Alpha.
Diffstat (limited to '')
-rw-r--r--audio/rosegarden/files/patch-ak12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/rosegarden/files/patch-ak b/audio/rosegarden/files/patch-ak
new file mode 100644
index 000000000000..b77aa1ea438a
--- /dev/null
+++ b/audio/rosegarden/files/patch-ak
@@ -0,0 +1,12 @@
+--- mapper/src/Mapper_OSS.c.orig Sat Sep 18 16:18:42 1999
++++ mapper/src/Mapper_OSS.c Sat Sep 18 16:19:17 1999
+@@ -13,6 +13,9 @@
+ #include <sys/stat.h>
+ #include <unistd.h>
+ #include <fcntl.h>
++#ifdef __FreeBSD__
++#include <errno.h>
++#endif
+
+ #include <MidiFile.h>
+ #include <MidiErrorHandler.h>