diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-11-19 17:45:28 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-11-19 17:45:28 +0100 |
commit | e6636bd5d6280d92996bd70b744e8a29e54c7e18 (patch) | |
tree | 014989bddcbc22c7a8d4dafa7b78f3e55b184718 /gentoo/trinity-base/librss/files/tdenetwork-fix-export-librss.patch | |
parent | 4b7471734323c7cb5bdc129857c94041418c81b5 (diff) | |
download | tde-packaging-e6636bd5d6280d92996bd70b744e8a29e54c7e18.tar.gz tde-packaging-e6636bd5d6280d92996bd70b744e8a29e54c7e18.zip |
Gentoo: Initial import of an ebuilds tree
from Fat-Zer's (Alexander Golubev) repository.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'gentoo/trinity-base/librss/files/tdenetwork-fix-export-librss.patch')
-rw-r--r-- | gentoo/trinity-base/librss/files/tdenetwork-fix-export-librss.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gentoo/trinity-base/librss/files/tdenetwork-fix-export-librss.patch b/gentoo/trinity-base/librss/files/tdenetwork-fix-export-librss.patch new file mode 100644 index 000000000..e6c49a74d --- /dev/null +++ b/gentoo/trinity-base/librss/files/tdenetwork-fix-export-librss.patch @@ -0,0 +1,21 @@ +diff --git a/librss/CMakeLists.txt b/librss/CMakeLists.txt +index b16edfb..2456b38 100644 +--- a/librss/CMakeLists.txt ++++ b/librss/CMakeLists.txt +@@ -9,6 +9,8 @@ + # + ################################################# + ++project( librss ) ++ + include_directories( + ${CMAKE_CURRENT_BINARY_DIR} + ${TDE_INCLUDE_DIR} +@@ -37,3 +39,7 @@ tde_add_library( rss SHARED AUTOMOC + LINK kio-shared + DESTINATION ${LIB_INSTALL_DIR} + ) ++ ++##### install import cmake modules ############### ++ ++tde_install_export( ) |