diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2017-02-09 08:50:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-10 07:16:32 +0700 |
commit | 0b55a809ea7059759727c2a0527a8126ca2dd4b6 (patch) | |
tree | ade2e1bc140d353834e6a9d7118be5594a386b94 /libraries/Hypodermic/Hypodermic.patch | |
parent | 6e2a853b06680db52a993e14a0260fbdb09a8413 (diff) |
libraries/Hypodermic: Added (IoC container for C++).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/Hypodermic/Hypodermic.patch')
-rw-r--r-- | libraries/Hypodermic/Hypodermic.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libraries/Hypodermic/Hypodermic.patch b/libraries/Hypodermic/Hypodermic.patch new file mode 100644 index 000000000000..fc0529a612b7 --- /dev/null +++ b/libraries/Hypodermic/Hypodermic.patch @@ -0,0 +1,13 @@ +diff -ur Hypodermic-2.1.old/Hypodermic/CMakeLists.txt Hypodermic-2.1/Hypodermic/CMakeLists.txt +--- Hypodermic-2.1.old/Hypodermic/CMakeLists.txt 2016-09-23 10:59:34.000000000 -0300 ++++ Hypodermic-2.1/Hypodermic/CMakeLists.txt 2017-02-08 22:22:43.345091596 -0200 +@@ -109,7 +109,7 @@ + + install( + FILES ${CMAKE_CURRENT_BINARY_DIR}/libhypodermic.pc +- DESTINATION lib/pkgconfig ++ DESTINATION lib${LIB_SUFFIX}/pkgconfig + ) + + +Only in Hypodermic-2.1.old/: build |