mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
d2156c62b5
- Make sndfile dependency optional like all others [1] - Remove STATIC lib and Option [1] - Disable all warnings with -w - Remove OPTIONS_SUB=yes [1] - Fix options. They were affecting non-existing cmake variables; USE_VORBIS was always set to true [1] - Use the new format for LIB_DEPENDS [1] - Add REINPLACE to fix CMakeLists.txt type which prevented linking with libFLAC [1] - Add patch to fix build of FLUIDSYNTH Option [1] - Remove useless REINPLACE_CMD [1] - Change pkg-plist, remove STATIC libs [1] PR: ports/185949 [1] Submitted by: amdmi3
11 lines
262 B
C++
11 lines
262 B
C++
--- ./src/codec_fluidsynth.cpp.orig 2011-07-29 10:37:48.000000000 +0200
|
|
+++ ./src/codec_fluidsynth.cpp 2014-01-22 01:32:03.000000000 +0100
|
|
@@ -27,6 +27,7 @@
|
|
|
|
#include <string.h>
|
|
#include <assert.h>
|
|
+#include <unistd.h>
|
|
#ifdef _WIN32
|
|
#include <io.h>
|
|
#endif
|