summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2016-11-05 20:56:42 +0000
committerJames Le Cuirot <chewi@gentoo.org>2016-11-05 20:56:42 +0000
commit5113c5476c9e62ff1676b6d5ead988a06fb60538 (patch)
treedf77922211b8d8a3cfd0411625e6f8c87dcc539d /app-benchmarks/i7z/files
parentpackage.mask: Mask icu for testing (diff)
downloadgentoo-5113c5476c9e62ff1676b6d5ead988a06fb60538.tar.gz
gentoo-5113c5476c9e62ff1676b6d5ead988a06fb60538.tar.bz2
gentoo-5113c5476c9e62ff1676b6d5ead988a06fb60538.zip
app-benchmarks/i7z: Bump to 93_p20131012, fixes bug #487784
Upstream's versioning has gone a bit weird and I don't really understand it but it also seems dead so there seems little point in asking. Upstream probably didn't intend to support Qt5 but it does work with a tiny patch against the project file. The GUI segfault in bug #487784 isn't specific to hardened and only goes away when you drop all -O* flags. This application is more power-related than benchmark-related so this isn't a big deal. Package-Manager: portage-2.3.2
Diffstat (limited to 'app-benchmarks/i7z/files')
-rw-r--r--app-benchmarks/i7z/files/i7z-0.27.2-ncurses.patch4
-rw-r--r--app-benchmarks/i7z/files/qt5.patch13
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