mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
3b1b7fa147
A lot of changes: * Merge some options with the port because they aren't project options any more * Enable JACK and PULSEAUDIO by default * Install additonal executables required for the package to run * Remove the bundled vamp-plugin-sdk directory because the port dependency is used * Cleanly remove all internal links with vamp-plugin-sdk, not rebuilding it many times any more * Change WWW to the https URL PR: 236000 Submitted by: kunda <chitty_cloud@me.com> (preliminary patch version 3.2.1) Approved by: uddka@student.kit.edu (maintainer timeout; 1 year and 50 days)
12 lines
250 B
C++
12 lines
250 B
C++
--- bqvec/src/VectorOpsComplex.cpp.orig 2020-04-16 18:11:58 UTC
|
|
+++ bqvec/src/VectorOpsComplex.cpp
|
|
@@ -50,6 +50,8 @@
|
|
#ifndef alloca
|
|
#define alloca _alloca
|
|
#endif
|
|
+#elif defined(__FreeBSD__)
|
|
+#include <stdlib.h>
|
|
#else
|
|
#include <alloca.h>
|
|
#endif
|