File conky-1.10.0-libircclient.patch of Package conky

Index: conky-1.10.0/cmake/ConkyPlatformChecks.cmake
===================================================================
--- conky-1.10.0.orig/cmake/ConkyPlatformChecks.cmake
+++ conky-1.10.0/cmake/ConkyPlatformChecks.cmake
@@ -95,7 +95,7 @@ if(BUILD_ICAL)
 endif(BUILD_ICAL)
 
 if(BUILD_IRC)
-	check_include_files(libircclient/libircclient.h IRC_H_)
+	check_include_files(libircclient.h IRC_H_)
 	if(NOT IRC_H_)
 		message(FATAL_ERROR "Unable to find libircclient")
 	endif(NOT IRC_H_)
Index: conky-1.10.0/src/irc.cc
===================================================================
--- conky-1.10.0.orig/src/irc.cc
+++ conky-1.10.0/src/irc.cc
@@ -29,7 +29,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include "text_object.h"
-#include <libircclient/libircclient.h>
+#include <libircclient.h>
 
 struct ll_text {
 	char *text;
openSUSE Build Service is sponsored by