Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2
llvm
lldb-cmake.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File lldb-cmake.patch of Package llvm
Index: lldb-3.8.0.src/source/lldb.cpp =================================================================== --- lldb-3.8.0.src.orig/source/lldb.cpp +++ lldb-3.8.0.src/source/lldb.cpp @@ -21,11 +21,7 @@ extern "C" const unsigned char liblldb_c static const char * GetLLDBRevision() { -#ifdef LLDB_REVISION return LLDB_REVISION; -#else - return NULL; -#endif } static const char * Index: lldb-3.8.0.src/source/Core/IOHandler.cpp =================================================================== --- lldb-3.8.0.src.orig/source/Core/IOHandler.cpp +++ lldb-3.8.0.src/source/Core/IOHandler.cpp @@ -9,8 +9,8 @@ // C Includes #ifndef LLDB_DISABLE_CURSES -#include <curses.h> -#include <panel.h> +#include <ncurses/curses.h> +#include <ncurses/panel.h> #endif // C++ Includes
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