diff options
author | James Le Cuirot <chewi@gentoo.org> | 2016-11-05 20:56:42 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2016-11-05 20:56:42 +0000 |
commit | 5113c5476c9e62ff1676b6d5ead988a06fb60538 (patch) | |
tree | df77922211b8d8a3cfd0411625e6f8c87dcc539d /app-benchmarks/i7z/files/qt5.patch | |
parent | package.mask: Mask icu for testing (diff) | |
download | gentoo-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/qt5.patch')
-rw-r--r-- | app-benchmarks/i7z/files/qt5.patch | 13 |
1 files changed, 13 insertions, 0 deletions
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 |