From cb48082e5c2afdd9355c0ff1d625cceaa29e1102 Mon Sep 17 00:00:00 2001 From: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Date: Tue, 27 Aug 2019 15:56:20 -0700 Subject: [log4cpp] Add new port. (#7433) --- ports/log4cpp/fix-install-targets.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ports/log4cpp/fix-install-targets.patch (limited to 'ports/log4cpp/fix-install-targets.patch') diff --git a/ports/log4cpp/fix-install-targets.patch b/ports/log4cpp/fix-install-targets.patch new file mode 100644 index 000000000..49cdedf1d --- /dev/null +++ b/ports/log4cpp/fix-install-targets.patch @@ -0,0 +1,13 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 8db2287..529c18e 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -159,7 +159,7 @@ INSTALL ( + INSTALL(TARGETS ${LOG4CPP_LIBRARY_NAME} + LIBRARY DESTINATION lib + ARCHIVE DESTINATION lib +- RUNTIME DESTINATION lib) ++ RUNTIME DESTINATION bin) + + INSTALL(FILES package.xml DESTINATION share/log4cpp) + -- cgit v1.2.3