diff options
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 |