summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/nmapsi/files/nmapsi-0.4.1-kdelibs-4.14.11.patch')
-rw-r--r--net-analyzer/nmapsi/files/nmapsi-0.4.1-kdelibs-4.14.11.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/net-analyzer/nmapsi/files/nmapsi-0.4.1-kdelibs-4.14.11.patch b/net-analyzer/nmapsi/files/nmapsi-0.4.1-kdelibs-4.14.11.patch
deleted file mode 100644
index f5a338ad7a9d..000000000000
--- a/net-analyzer/nmapsi/files/nmapsi-0.4.1-kdelibs-4.14.11.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-The uninstall target is created automatically by FindKDE4Internal. Due to
-cmake policy changes in kdelibs-4.14.11, this target name collision causes
-a build failure.
-
-https://bugs.gentoo.org/show_bug.cgi?id=558574
-
---- CMakeLists.txt
-+++ CMakeLists.txt
-@@ -35,13 +35,6 @@
-
- add_subdirectory( src )
-
--CONFIGURE_FILE( "${PROJECT_SOURCE_DIR}/cmake_uninstall.cmake.in"
-- "${PROJECT_BINARY_DIR}/cmake_uninstall.cmake"
-- IMMEDIATE @ONLY )
--
--ADD_CUSTOM_TARGET( uninstall
-- "${CMAKE_COMMAND}" -P "${PROJECT_BINARY_DIR}/cmake_uninstall.cmake" )
--
- message("-------------------------------------------------------------------")
- message(" Required for build: qt4-dev (>>= 4.6) ")
- message(" Required for runtime: nmap+nping ( >= 6.00 ), dig ")