aboutsummaryrefslogtreecommitdiff
path: root/ports/jack2
diff options
context:
space:
mode:
Diffstat (limited to 'ports/jack2')
-rw-r--r--ports/jack2/CONTROL8
-rw-r--r--ports/jack2/portfile.cmake5
2 files changed, 5 insertions, 8 deletions
diff --git a/ports/jack2/CONTROL b/ports/jack2/CONTROL
index b99701797..e011b2711 100644
--- a/ports/jack2/CONTROL
+++ b/ports/jack2/CONTROL
@@ -1,4 +1,4 @@
-Source: jack2
-Version: 1.9.12
-Description: Cross-platform API that enables device sharing and inter-application audio routing
-
+Source: jack2
+Version: 1.9.12-1
+Description: Cross-platform API that enables device sharing and inter-application audio routing
+
diff --git a/ports/jack2/portfile.cmake b/ports/jack2/portfile.cmake
index a82f1be62..f7109aafd 100644
--- a/ports/jack2/portfile.cmake
+++ b/ports/jack2/portfile.cmake
@@ -1,9 +1,6 @@
include(vcpkg_common_functions)
-if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
- message(STATUS "Warning: Dynamic building not supported. Building static.")
- set(VCPKG_LIBRARY_LINKAGE static)
-endif()
+vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH