diff options
Diffstat (limited to 'app-benchmarks/i7z/files')
-rw-r--r-- | app-benchmarks/i7z/files/i7z-0.27.2-ncurses.patch | 4 | ||||
-rw-r--r-- | app-benchmarks/i7z/files/qt5.patch | 13 |
2 files changed, 15 insertions, 2 deletions
diff --git a/app-benchmarks/i7z/files/i7z-0.27.2-ncurses.patch b/app-benchmarks/i7z/files/i7z-0.27.2-ncurses.patch index 2d0a5a1e9b87..72695a951f7e 100644 --- a/app-benchmarks/i7z/files/i7z-0.27.2-ncurses.patch +++ b/app-benchmarks/i7z/files/i7z-0.27.2-ncurses.patch @@ -1,7 +1,7 @@ Index: Makefile =================================================================== ---- Makefile (revision 109) -+++ Makefile (working copy) +--- a/Makefile (revision 109) ++++ b/Makefile (working copy) @@ -19,7 +19,7 @@ CC ?= gcc diff --git a/app-benchmarks/i7z/files/qt5.patch b/app-benchmarks/i7z/files/qt5.patch new file mode 100644 index 000000000000..9e9b162d9e85 --- /dev/null +++ b/app-benchmarks/i7z/files/qt5.patch @@ -0,0 +1,13 @@ +diff -Naur a/GUI/i7z_GUI.pro b/GUI/i7z_GUI.pro +--- a/GUI/i7z_GUI.pro 2013-10-12 21:59:19.000000000 +0100 ++++ b/GUI/i7z_GUI.pro 2016-11-05 13:54:30.118655672 +0000 +@@ -3,7 +3,8 @@ + ###################################################################### + + TEMPLATE = app +-TARGET = ++TARGET = i7z_GUI ++QT += widgets + DEPENDPATH += . + INCLUDEPATH += . + CONFIG += debug |