Skip to content

Instantly share code, notes, and snippets.

@herzen
herzen / jack2-build-solaris.txt
Created June 27, 2016 18:55
jack2 Solaris build log
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
@herzen
herzen / jack2-solaris.diff
Created June 27, 2016 18:44
Patch to jack2 for Solaris
--- 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