summarylogtreecommitdiffstats
path: root/fix_build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix_build.patch')
-rw-r--r--fix_build.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/fix_build.patch b/fix_build.patch
deleted file mode 100644
index 7f1257a2e451..000000000000
--- a/fix_build.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- orig/cmake/ConkyPlatformChecks.cmake 2015-12-03 12:52:37.391221762 +0200
-+++ new/cmake/ConkyPlatformChecks.cmake 2015-12-03 12:53:30.102200472 +0200
-@@ -332,7 +332,7 @@
- find_library(XNVCtrl_LIB NAMES XNVCtrl)
- if(XNVCtrl_INCLUDE_PATH AND XNVCtrl_LIB)
- set(XNVCtrl_FOUND true)
-- set(conky_libs ${conky_libs} ${XNVCtrl_LIB})
-+ set(conky_libs ${XNVCtrl_LIB} ${conky_libs})
- set(conky_includes ${conky_includes} ${XNVCtrl_INCLUDE_PATH})
- else(XNVCtrl_INCLUDE_PATH AND XNVCtrl_LIB)
- message(FATAL_ERROR "Unable to find XNVCtrl library")