mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
b76e7512c9
- new home page - update to 0.1.7 - add a patch needed for compilation - in pkg-descr, fix typo and update my address
14 lines
420 B
Plaintext
14 lines
420 B
Plaintext
SpiralSound/Midi.C:54: `O_SYNC' undeclared (first use this function)
|
|
|
|
--- SpiralSound/Midi.C.orig Sun Nov 26 07:52:41 2000
|
|
+++ SpiralSound/Midi.C Wed Dec 6 14:22:58 2000
|
|
@@ -51,7 +51,7 @@
|
|
{
|
|
if (!SpiralInfo::WANTMIDI) return;
|
|
|
|
- m_MidiFd = open(SpiralInfo::MIDIFILE.c_str(),O_RDONLY|O_SYNC);
|
|
+ m_MidiFd = open(SpiralInfo::MIDIFILE.c_str(),O_RDONLY);
|
|
|
|
pipe(m_Pipefd);
|
|
fcntl(m_Pipefd[0],F_SETFL,O_NONBLOCK);
|