Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for images:i586
home:lafenghu
libqtpod
libqtpod-gcc47.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libqtpod-gcc47.patch of Package libqtpod
Index: libqtpod-0.4.2/src/itunesdbwriter.cpp =================================================================== --- libqtpod-0.4.2.orig/src/itunesdbwriter.cpp +++ libqtpod-0.4.2/src/itunesdbwriter.cpp @@ -31,6 +31,8 @@ #ifdef WIN32 #include <Windows.h> +#else +#include <unistd.h> // for fsync() #endif #if QT_VERSION >= 0x040000 Index: libqtpod-0.4.2/src/utils.h =================================================================== --- libqtpod-0.4.2.orig/src/utils.h +++ libqtpod-0.4.2/src/utils.h @@ -673,7 +673,7 @@ public: if ( m_deleteElements ) { delete *posIter; } - erase( posIter ); + this->erase( posIter ); return true; }
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