diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/ecal/0005-remove-install-prefix-macro-value.patch | |
Diffstat (limited to 'vcpkg/ports/ecal/0005-remove-install-prefix-macro-value.patch')
| -rw-r--r-- | vcpkg/ports/ecal/0005-remove-install-prefix-macro-value.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/ecal/0005-remove-install-prefix-macro-value.patch b/vcpkg/ports/ecal/0005-remove-install-prefix-macro-value.patch new file mode 100644 index 0000000..5fde0a9 --- /dev/null +++ b/vcpkg/ports/ecal/0005-remove-install-prefix-macro-value.patch @@ -0,0 +1,12 @@ +diff --git a/ecal/core/src/ecal_defs.h.in b/ecal/core/src/ecal_defs.h.in +index c792a26d1..e5119582b 100644 +--- a/ecal/core/src/ecal_defs.h.in ++++ b/ecal/core/src/ecal_defs.h.in +@@ -39,6 +39,6 @@ + #define ECAL_INSTALL_LIB_DIR "@eCAL_install_lib_dir@" + #define ECAL_INSTALL_CONFIG_DIR "@eCAL_install_config_dir@" + #define ECAL_INSTALL_INCLUDE_DIR "@eCAL_install_include_dir@" +-#define ECAL_INSTALL_PREFIX "@CMAKE_INSTALL_PREFIX@" ++#define ECAL_INSTALL_PREFIX "" + + #endif // ecal_defs_h_included |