various ports: use correct cmake variable for libfmt

This commit is contained in:
Mohamed Akram
2026-05-17 16:56:33 +04:00
parent f3375bbb89
commit a1df8ed677
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ long_description {*}${description} \
patchfiles patch-spdlog-header-only.diff
set port_libfmt libfmt10
cmake.module_path-append \
cmake.prefix_path-append \
${prefix}/lib/${port_libfmt}/cmake
# Cxx 2017 needed, as of latest 3.1.x releases
+1 -1
View File
@@ -28,7 +28,7 @@ depends_build-append \
depends_lib-append port:libarchive \
port:libfmt9
cmake.module_path-append \
cmake.prefix_path-append \
${prefix}/lib/libfmt9/cmake
if {${subport} eq ${name}} {
+1 -1
View File
@@ -28,7 +28,7 @@ checksums rmd160 76b559445ea24468c4d70bd8690afcec261ebd99 \
size 667891
set port_libfmt libfmt11
cmake.module_path-append \
cmake.prefix_path-append \
${prefix}/lib/${port_libfmt}/cmake
depends_build-append \
+1 -1
View File
@@ -55,7 +55,7 @@ configure.args-append \
variant fmt_external description {Use external fmt library instead of bundled} {
patchfiles-append \
patch-spdlog-fmt-external.diff
cmake.module_path-append \
cmake.prefix_path-append \
${prefix}/lib/libfmt${libfmt_ver}/cmake
depends_lib-append \
port:libfmt${libfmt_ver}
+1 -1
View File
@@ -34,7 +34,7 @@ legacysupport.use_mp_libcxx \
set port_libfmt libfmt9
configure.pkg_config_path-append \
${prefix}/lib/${port_libfmt}/pkgconfig
cmake.module_path-append \
cmake.prefix_path-append \
${prefix}/lib/${port_libfmt}/cmake
configure.ldflags-append \
-L${prefix}/lib/${port_libfmt}
+1 -1
View File
@@ -50,7 +50,7 @@ if {$subport eq ${name}} {
size 320501020
set port_libfmt libfmt9
cmake.module_path-append \
cmake.prefix_path-append \
${prefix}/lib/${port_libfmt}/cmake
depends_build-append path:bin/pkg-config:pkgconfig \
+1 -1
View File
@@ -62,7 +62,7 @@ patchfiles diff-CMakeLists.txt-use-system-nlohmann_json.patch \
diff-mlx-CMakeLists.txt-prefer-local-includes.patch
set port_libfmt libfmt12
cmake.module_path-append \
cmake.prefix_path-append \
${prefix}/lib/${port_libfmt}/cmake
depends_extract-append \
+2 -2
View File
@@ -21,9 +21,9 @@ long_description This is a c++ implementation of Lie groups commonly used for
and SE(3) to represent rigid body transformations (i.e. rotations and translations) in 2d and 3d.
set port_libfmt libfmt9
cmake.module_path-append \
cmake.prefix_path-append \
${prefix}/lib/${port_libfmt}/cmake
depends_lib-append path:share/pkgconfig/eigen3.pc:eigen3 \
port:${port_libfmt}