diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-10 10:40:32 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-10 11:04:35 +0000 |
commit | 6c7e3acab4f3d340e7007ca2d96562ec88c4dbc0 (patch) | |
tree | 7c51464729b38e1864ba131683b9c7ed596912c7 /dev-util/xxdiff/files | |
parent | sys-apps/portage: stable 2.3.24-r1 for ia64, bug #650060 (diff) | |
download | gentoo-6c7e3acab4f3d340e7007ca2d96562ec88c4dbc0.tar.gz gentoo-6c7e3acab4f3d340e7007ca2d96562ec88c4dbc0.tar.bz2 gentoo-6c7e3acab4f3d340e7007ca2d96562ec88c4dbc0.zip |
dev-util/xxdiff: grab 4.0.1_p20170622 qt5-compatibe snapshot, bug #644380
Tarball is a snapshot of upstream tip at
https://bitbucket.org/blais/xxdiff/commits/5e5f885dfc43559549a81c59e9e8c9525306356a
(see ebuild comment on how to generate a tarball).
Reported-by: Andreas Sturmlechner
Closes: https://bugs.gentoo.org/644380
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-util/xxdiff/files')
-rw-r--r-- | dev-util/xxdiff/files/xxdiff-4.0.1_p20170622-cxx11.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-util/xxdiff/files/xxdiff-4.0.1_p20170622-cxx11.patch b/dev-util/xxdiff/files/xxdiff-4.0.1_p20170622-cxx11.patch new file mode 100644 index 000000000000..b16a7c4072f9 --- /dev/null +++ b/dev-util/xxdiff/files/xxdiff-4.0.1_p20170622-cxx11.patch @@ -0,0 +1,11 @@ +In gentoo qt5 already requires c++11 features: + +diff --git a/src/xxdiff.pro b/src/xxdiff.pro +index 32b106b..16fcd1f 100644 +--- a/src/xxdiff.pro ++++ b/src/xxdiff.pro +@@ -113,3 +113,3 @@ irix-n32:QMAKE_CFLAGS_RELEASE += -OPT:Olimit=4000 + # auto_ptr deprecated in C++11, removed in C++17 +-linux: QMAKE_CXXFLAGS += -std=c++03 ++linux: QMAKE_CXXFLAGS += -std=c++11 + |