Skip to content

Commit

Permalink
kde-misc/plasma-nm: fix build with net-misc/networkmanager-1.0.6
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
  • Loading branch information
Michael Palimaka committed Sep 11, 2015
1 parent d50ec53 commit bd7dad9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Fixes build with networkmanager-1.0.6.

Triggered by http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?h=nm-1-0&id=6f616d4c4b04d5478f60d0311317bc84c5459ea4.

--- CMakeLists.txt
+++ CMakeLists.txt
@@ -49,6 +49,7 @@
${CMAKE_CURRENT_SOURCE_DIR}/libs
${CMAKE_CURRENT_SOURCE_DIR}/libs/editor/
${NETWORKMANAGER_INCLUDE_DIRS}
+ ${NM-UTIL_INCLUDE_DIRS}
${NETWORKMANAGERQT_INCLUDE_DIRS}
${KDE4_INCLUDES})

2 changes: 2 additions & 0 deletions kde-misc/plasma-nm/plasma-nm-0.9.3.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ DEPEND="${RDEPEND}
sys-devel/gettext
"

PATCHES=( "${FILESDIR}/${P}-networkmanager-1.0.6.patch" )

src_configure() {
local mycmakeargs=(
$(cmake-utils_use !modemmanager DISABLE_MODEMMANAGER_SUPPORT)
Expand Down

0 comments on commit bd7dad9

Please sign in to comment.