diff options
author | 2018-05-26 12:24:07 +0200 | |
---|---|---|
committer | 2018-05-26 12:42:40 +0200 | |
commit | 8e9a6eb1d1f91d17cb1db87bcf146a53c6877664 (patch) | |
tree | 239f3f144eb99c1c448624269a662e8977ef9bf3 /app-text/wv2/files | |
parent | profiles: Remove webkit-gtk old slots notification mask (diff) | |
download | gentoo-8e9a6eb1d1f91d17cb1db87bcf146a53c6877664.tar.gz gentoo-8e9a6eb1d1f91d17cb1db87bcf146a53c6877664.tar.bz2 gentoo-8e9a6eb1d1f91d17cb1db87bcf146a53c6877664.zip |
app-text/wv2: Force C++11
* Also port to EAPI 6
Closes: https://bugs.gentoo.org/653494
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-text/wv2/files')
-rw-r--r-- | app-text/wv2/files/wv2-0.4.2-glib.patch | 4 | ||||
-rw-r--r-- | app-text/wv2/files/wv2-0.4.2-libgsf.patch | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/wv2/files/wv2-0.4.2-glib.patch b/app-text/wv2/files/wv2-0.4.2-glib.patch index 66fde790d0bc..eaa2a61fc66a 100644 --- a/app-text/wv2/files/wv2-0.4.2-glib.patch +++ b/app-text/wv2/files/wv2-0.4.2-glib.patch @@ -1,6 +1,6 @@ From: https://sourceforge.net/tracker/?func=detail&aid=3544851&group_id=10501&atid=110501 ---- src/olestream.h -+++ src/olestream.h +--- a/src/olestream.h ++++ b/src/olestream.h @@ -23,7 +23,7 @@ #include "global.h" // U8,... typedefs #include <stack> diff --git a/app-text/wv2/files/wv2-0.4.2-libgsf.patch b/app-text/wv2/files/wv2-0.4.2-libgsf.patch index 2367c24aad0b..efbf02f57525 100644 --- a/app-text/wv2/files/wv2-0.4.2-libgsf.patch +++ b/app-text/wv2/files/wv2-0.4.2-libgsf.patch @@ -1,7 +1,7 @@ http://bugs.gentoo.org/show_bug.cgi?id=465882 ---- CMakeLists.txt -+++ CMakeLists.txt +--- a/CMakeLists.txt ++++ b/CMakeLists.txt @@ -34,7 +34,7 @@ FIND_PACKAGE( ZLIB REQUIRED ) ENDIF( WITH_ZLIB ) |