From 43793fab84041cfc5c60c0151d1591b8a69fb24a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 25 Aug 2018 07:36:27 +0100 Subject: gentoo resync : 25.08.2018 --- .../files/fragview-0.1.1-fix-linking.patch | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 sys-fs/fragview/files/fragview-0.1.1-fix-linking.patch (limited to 'sys-fs/fragview/files') diff --git a/sys-fs/fragview/files/fragview-0.1.1-fix-linking.patch b/sys-fs/fragview/files/fragview-0.1.1-fix-linking.patch new file mode 100644 index 000000000000..2eadf02bfff7 --- /dev/null +++ b/sys-fs/fragview/files/fragview-0.1.1-fix-linking.patch @@ -0,0 +1,46 @@ +From 11ab3027fda015798b92fd7e44cb5e3289f41542 Mon Sep 17 00:00:00 2001 +From: Rinat +Date: Thu, 18 Jul 2013 12:03:30 +0400 +Subject: [PATCH] fix linking with "-Wl,--as-needed" + +https://github.com/i-rinat/fragview/issues/2 + + +https://github.com/i-rinat/fragview/commit/11ab3027fda015798b92fd7e44cb5e3289f41542 + + +--- + CMakeLists.txt | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index d7003e4..fbd7cbb 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -43,13 +43,13 @@ add_executable (fileseverity + ) + + target_link_libraries (fragview +- ${GTKMM_LIBRARIES} + clusters ++ ${GTKMM_LIBRARIES} + ) + + target_link_libraries (fileseverity +- ${GLIBMM_LIBRARIES} + clusters ++ ${GLIBMM_LIBRARIES} + ) + + add_executable (fragdb +@@ -57,9 +57,9 @@ add_executable (fragdb + ) + + target_link_libraries (fragdb ++ clusters + ${GLIBMM_LIBRARIES} + ${SQLITE3_LIBRARIES} +- clusters + ) + + install (TARGETS fileseverity fragdb fragview -- cgit v1.2.3