Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
chromium
chromium-system-expat.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File chromium-system-expat.patch of Package chromium
Index: chromium/src/third_party/libjingle/source/talk/xmllite/xmlbuilder.h =================================================================== --- chromium.orig/src/third_party/libjingle/source/talk/xmllite/xmlbuilder.h +++ chromium/src/third_party/libjingle/source/talk/xmllite/xmlbuilder.h @@ -33,11 +33,7 @@ #include "talk/base/scoped_ptr.h" #include "talk/xmllite/xmlparser.h" -#ifdef EXPAT_RELATIVE_PATH -#include "expat.h" -#else -#include "third_party/expat/v2_0_1/Source/lib/expat.h" -#endif // EXPAT_RELATIVE_PATH +#include <expat.h> namespace buzz { Index: chromium/src/third_party/libjingle/source/talk/xmllite/xmlparser.h =================================================================== --- chromium.orig/src/third_party/libjingle/source/talk/xmllite/xmlparser.h +++ chromium/src/third_party/libjingle/source/talk/xmllite/xmlparser.h @@ -31,11 +31,7 @@ #include <string> #include "talk/xmllite/xmlnsstack.h" -#ifdef EXPAT_RELATIVE_PATH -#include "expat.h" -#else -#include "third_party/expat/v2_0_1/Source/lib/expat.h" -#endif // EXPAT_RELATIVE_PATH +#include <expat.h> struct XML_ParserStruct; typedef struct XML_ParserStruct* XML_Parser;
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