
Untitled
By: a guest on
Apr 13th, 2010 | syntax:
Diff | size: 1.58 KB | views:
211 | expires: Never
diff -crB qpspmanager-2.0.2.orig/Makefile qpspmanager-2.0.2/Makefile
*** qpspmanager-2.0.2.orig/Makefile 2010-04-14 01:37:19.240841834 +0200
--- qpspmanager-2.0.2/Makefile 2010-04-14 01:36:35.990842954 +0200
***************
*** 12,18 ****
CXX = g++
DEFINES = -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
CFLAGS = -m64 -pipe -march=x86-64 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT $(DEFINES)
! CXXFLAGS = -m64 -pipe -march=x86-64 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT $(DEFINES)
INCPATH = -I/usr/share/qt/mkspecs/linux-g++-64 -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -Isrc -Iobj -Iui
LINK = g++
LFLAGS = -m64 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-O1
--- 12,18 ----
CXX = g++
DEFINES = -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
CFLAGS = -m64 -pipe -march=x86-64 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT $(DEFINES)
! CXXFLAGS = -m64 -pipe -march=x86-64 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT $(DEFINES) -std=c++0x
INCPATH = -I/usr/share/qt/mkspecs/linux-g++-64 -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -Isrc -Iobj -Iui
LINK = g++
LFLAGS = -m64 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-O1
diff -crB qpspmanager-2.0.2.orig/src/isocompressor.h qpspmanager-2.0.2/src/isocompressor.h
*** qpspmanager-2.0.2.orig/src/isocompressor.h 2010-04-14 01:36:05.864183549 +0200
--- qpspmanager-2.0.2/src/isocompressor.h 2010-04-14 01:36:52.424174611 +0200
***************
*** 22,27 ****
--- 22,28 ----
#define ISOCOMPRESSOR_H
#include <QString>
+ #include <cstdint>
#include <iostream>
class ISOCompressor