Fix build on Cygwin

Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
master
Claudio Matsuoka 13 years ago
parent 62206f5f47
commit 08caa6bfb7
  1. 1
      Changelog
  2. 2
      INSTALL
  3. 2
      src/commands.c

@ -4,6 +4,7 @@ Stable versions
4.0.3 ():
- Fix native-endian coreaudio output (reported by Misty De Meo)
- Fix MinGW32 build (reported by vaseleos0)
- Fix Cygwin build (reported by Benjamin Shadwick)
New features requested by Benjamin Shadwick:
- Add commands '<' and '>' to jump to previous/next sequence

@ -23,6 +23,8 @@ $ make
Use ./configure --with-libxmp=/some/path if libxmp is installed in a
nonstandard place.
To build on Cygwin you may need to pass --with-libxmp=/usr/local.
Installation
------------

@ -14,6 +14,8 @@
#include "common.h"
#ifdef __CYGWIN__
#include <sys/select.h>
/*
* from daniel åkerud <daniel.akerud@gmail.com>
* date Tue, Jul 28, 2009 at 9:59 AM

Loading…
Cancel
Save