Package: qgis / 1.7.4+1.7.5~20120320-1.1

Metadata

Package Version Patches format
qgis 1.7.4+1.7.5~20120320-1.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
10_fix_gcc4.7_build.patch | (download)

src/core/spatialindex/storagemanager/DiskStorageManager.cc | 1 1 + 0 - 0 !
src/core/spatialindex/tools/TemporaryFile.cc | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

 fix to build with gcc 4.7
 Must include <unistd.h> where needed, because GCC 4.7 has stopped including
 it throughout much of the standard library.
 .
 See http://gcc.gnu.org/gcc-4.7/porting_to.html