From 2e35d018ee7adf79f296ee90e7c83a0dcec0635b Mon Sep 17 00:00:00 2001 From: Stefano Sinigardi Date: Fri, 22 Mar 2019 18:37:11 +0100 Subject: [open62541] remove unnecessary patch, regex in portfile works also with head rev --- ports/open62541/fix_runtime_destination.patch | 30 --------------------------- 1 file changed, 30 deletions(-) delete mode 100644 ports/open62541/fix_runtime_destination.patch diff --git a/ports/open62541/fix_runtime_destination.patch b/ports/open62541/fix_runtime_destination.patch deleted file mode 100644 index 2ac967795..000000000 --- a/ports/open62541/fix_runtime_destination.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 64b9a96..8e66848 100755 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -806,14 +806,14 @@ install(TARGETS open62541 - EXPORT open62541Targets - LIBRARY DESTINATION ${LIB_INSTALL_DIR} - ARCHIVE DESTINATION ${LIB_INSTALL_DIR} -- RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX} -+ RUNTIME DESTINATION ${BIN_INSTALL_DIR} - INCLUDES DESTINATION include/open62541 include) - else() - install(TARGETS open62541 - EXPORT open62541Targets - LIBRARY DESTINATION ${LIB_INSTALL_DIR} - ARCHIVE DESTINATION ${LIB_INSTALL_DIR} -- RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX} -+ RUNTIME DESTINATION ${BIN_INSTALL_DIR} - INCLUDES DESTINATION include) - endif() - -@@ -868,7 +868,7 @@ if(NOT UA_ENABLE_AMALGAMATION) - ${historizing_default_plugin_headers} - DESTINATION ${open62541_install_include_dir}) - else() -- # Export amalgamated header open62541.h which is generated due to build of -+ # Export amalgamated header open62541.h which is generated due to build of - # open62541-object - install(FILES ${PROJECT_BINARY_DIR}/open62541.h DESTINATION include) - endif() -- cgit v1.2.3