wok-next diff alure/stuff/patches/alure.patch @ rev 21306

updated httrack (3.45.4 -> 3.49.2)
author Hans-G?nter Theisgen
date Tue Dec 10 10:00:39 2019 +0100 (2019-12-10)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/alure/stuff/patches/alure.patch	Tue Dec 10 10:00:39 2019 +0100
     1.3 @@ -0,0 +1,12 @@
     1.4 +diff -rupN a/src/codec_fluidsynth.cpp b/src/codec_fluidsynth.cpp
     1.5 +--- a/src/codec_fluidsynth.cpp	2011-07-29 08:37:48.000000000 +0000
     1.6 ++++ b/src/codec_fluidsynth.cpp	2014-01-03 10:42:13.280792235 +0000
     1.7 +@@ -32,7 +32,7 @@
     1.8 + #endif
     1.9 + 
    1.10 + #include <istream>
    1.11 +-
    1.12 ++#include <unistd.h>
    1.13 + #include <fluidsynth.h>
    1.14 + 
    1.15 +