mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
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)
11 lines
384 B
Text
11 lines
384 B
Text
--- config.pri.in.orig 2020-04-16 19:38:03 UTC
|
|
+++ config.pri.in
|
|
@@ -17,6 +17,8 @@ CONFIG += @CXXSTANDARD@
|
|
|
|
linux*:LIBS += -L$$PWD -lbase -lasound -ldl
|
|
|
|
+LIBS += -L$$PWD -lbase -lvamp-hostsdk
|
|
+
|
|
macx*:DEFINES += HAVE_COREAUDIO
|
|
macx*:LIBS += -framework CoreAudio -framework CoreMidi -framework AudioUnit -framework AudioToolbox -framework CoreFoundation -framework CoreServices
|
|
|