Want more features on Pastebin? Sign Up, it's FREE!
Guest

Untitled

By: a guest on Apr 13th, 2010  |  syntax: Diff  |  size: 1.58 KB  |  views: 211  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print  |  QR code  |  clone
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. diff -crB qpspmanager-2.0.2.orig/Makefile qpspmanager-2.0.2/Makefile
  2. *** qpspmanager-2.0.2.orig/Makefile 2010-04-14 01:37:19.240841834 +0200
  3. --- qpspmanager-2.0.2/Makefile 2010-04-14 01:36:35.990842954 +0200
  4. ***************
  5. *** 12,18 ****
  6. CXX = g++
  7. DEFINES = -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
  8. CFLAGS = -m64 -pipe -march=x86-64 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT $(DEFINES)
  9. ! CXXFLAGS = -m64 -pipe -march=x86-64 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT $(DEFINES)
  10. 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
  11. LINK = g++
  12. LFLAGS = -m64 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-O1
  13. --- 12,18 ----
  14. CXX = g++
  15. DEFINES = -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
  16. CFLAGS = -m64 -pipe -march=x86-64 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT $(DEFINES)
  17. ! CXXFLAGS = -m64 -pipe -march=x86-64 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT $(DEFINES) -std=c++0x
  18. 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
  19. LINK = g++
  20. LFLAGS = -m64 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-O1
  21. diff -crB qpspmanager-2.0.2.orig/src/isocompressor.h qpspmanager-2.0.2/src/isocompressor.h
  22. *** qpspmanager-2.0.2.orig/src/isocompressor.h 2010-04-14 01:36:05.864183549 +0200
  23. --- qpspmanager-2.0.2/src/isocompressor.h 2010-04-14 01:36:52.424174611 +0200
  24. ***************
  25. *** 22,27 ****
  26. --- 22,28 ----
  27. #define ISOCOMPRESSOR_H
  28.  
  29. #include <QString>
  30. + #include <cstdint>
  31. #include <iostream>
  32.  
  33. class ISOCompressor
clone this paste RAW Paste Data