This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Package format is ips | |
| Executing(%prep): /bin/bash /var/tmp/pkgbuild-av/pkgbuild-tmp-1.16873 | |
| SunOS diotima 5.11 11.3 i86pc i386 i86pc Solaris | |
| Patch #1 (jack2-01.diff): | |
| patching file common/JackNetOneDriver.cpp | |
| patching file tests/test.cpp | |
| Executing(%build): /bin/bash /var/tmp/pkgbuild-av/pkgbuild-tmp-2.16873 | |
| SunOS diotima 5.11 11.3 i86pc i386 i86pc Solaris | |
| Setting top to : /export/home/av/packages/BUILD/jack2-1.9.10.0.20160611 | |
| Setting out to : /export/home/av/packages/BUILD/jack2-1.9.10.0.20160611/build |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- common/JackNetOneDriver.cpp.orig Sat Jun 11 03:16:47 2016 | |
| +++ common/JackNetOneDriver.cpp Sun Jun 26 21:26:27 2016 | |
| @@ -19,6 +19,9 @@ | |
| #ifdef WIN32 | |
| #include <malloc.h> | |
| #endif | |
| +#ifdef __sun | |
| +#include <alloca.h> | |
| +#endif | |