Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
conky
conky-1.10.0-libircclient.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
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;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor