forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-misc/plasma-nm: fix build with net-misc/networkmanager-1.0.6
Package-Manager: portage-2.2.20.1
- Loading branch information
Michael Palimaka
committed
Sep 11, 2015
1 parent
d50ec53
commit bd7dad9
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
kde-misc/plasma-nm/files/plasma-nm-0.9.3.6-networkmanager-1.0.6.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters