diff options
author | Steve Price <steve@FreeBSD.org> | 1999-09-20 02:24:29 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-09-20 02:24:29 +0000 |
commit | d345f4283413ecdbdc1a8c9e13003f8efbd9e448 (patch) | |
tree | 8f3493d4711ee90d584855f1cbfb3ce57afae37c /audio/rosegarden/files/patch-ak | |
parent | time(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-ak | 12 |
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> |