From c725dd1dd684be0c61ad1035a778601369942f60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 2 Dec 2019 15:14:50 +0100 Subject: Gentoo: Files moved to a separate git repository. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- gentoo | 1 + .../files/kwifimanager-fix-3.5.13.1.patch | 25 ---------------------- 2 files changed, 1 insertion(+), 25 deletions(-) create mode 160000 gentoo delete mode 100644 gentoo/trinity-base/kwifimanager/files/kwifimanager-fix-3.5.13.1.patch (limited to 'gentoo/trinity-base/kwifimanager/files/kwifimanager-fix-3.5.13.1.patch') diff --git a/gentoo b/gentoo new file mode 160000 index 000000000..644110a84 --- /dev/null +++ b/gentoo @@ -0,0 +1 @@ +Subproject commit 644110a847c5911c2eb04eb53c93031740561efc diff --git a/gentoo/trinity-base/kwifimanager/files/kwifimanager-fix-3.5.13.1.patch b/gentoo/trinity-base/kwifimanager/files/kwifimanager-fix-3.5.13.1.patch deleted file mode 100644 index 9e66af37d..000000000 --- a/gentoo/trinity-base/kwifimanager/files/kwifimanager-fix-3.5.13.1.patch +++ /dev/null @@ -1,25 +0,0 @@ -diff --git a/wifi/ConfigureChecks.cmake b/wifi/ConfigureChecks.cmake -index f3a7ddb..0d2972b 100644 ---- a/wifi/ConfigureChecks.cmake -+++ b/wifi/ConfigureChecks.cmake -@@ -21,7 +21,9 @@ endif( ) - - - # check for wireless tools -+set( CMAKE_REQUIRED_FLAGS "-lm" ) - check_library_exists( iw iw_get_stats "" HAVE_IW ) -+set( CMAKE_REQUIRED_FLAGS ) - if( HAVE_IW ) - check_include_file( iwlib.h HAVE_IWLIB_H ) - # we need at least wireless tools >= 27 -diff --git a/wifi/kwireless/CMakeLists.txt b/wifi/kwireless/CMakeLists.txt -index 5acfb5a..3707722 100644 ---- a/wifi/kwireless/CMakeLists.txt -+++ b/wifi/kwireless/CMakeLists.txt -@@ -33,5 +33,5 @@ tde_add_kpart( libkwireless AUTOMOC - kwireless.cpp kwirelesswidget.cpp linuxwirelesswidget.cpp - propertytablebase.ui propertytable.cpp - LINK kdeui-shared ${IW_LIBRARY} -- DESTINATION ${PLUGIN_INSTALL_DIR} -+ DESTINATION ${LIB_INSTALL_DIR} - ) -- cgit v1.2.3