From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/files/, app-text/qpdfview/
Date: Fri, 8 Sep 2023 12:57:43 +0000 (UTC) [thread overview]
Message-ID: <1694177855.e4b459a4ba460fb6a2d3be40648d5397ea19d70b.sam@gentoo> (raw)
commit: e4b459a4ba460fb6a2d3be40648d5397ea19d70b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 8 12:57:24 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 8 12:57:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4b459a4
app-text/qpdfview: fix build w/ >=poppler-23.08.0 (build w/ c++17)
Closes: https://bugs.gentoo.org/909037
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/qpdfview/files/qpdfview-0.5-poppler-23.08.0-cxx17.patch | 9 +++++++++
app-text/qpdfview/qpdfview-0.5.ebuild | 4 ++++
2 files changed, 13 insertions(+)
diff --git a/app-text/qpdfview/files/qpdfview-0.5-poppler-23.08.0-cxx17.patch b/app-text/qpdfview/files/qpdfview-0.5-poppler-23.08.0-cxx17.patch
new file mode 100644
index 000000000000..07acf1a02bd3
--- /dev/null
+++ b/app-text/qpdfview/files/qpdfview-0.5-poppler-23.08.0-cxx17.patch
@@ -0,0 +1,9 @@
+https://bugs.gentoo.org/909037
+--- a/qpdfview.pri
++++ b/qpdfview.pri
+@@ -12,4 +12,4 @@ isEmpty(APP_DIR_DATA_PATH):APP_DIR_DATA_PATH = data
+ win32:include(qpdfview_win32.pri)
+ os2:include(qpdfview_os2.pri)
+
+-CONFIG += c++11
++CONFIG += c++17
diff --git a/app-text/qpdfview/qpdfview-0.5.ebuild b/app-text/qpdfview/qpdfview-0.5.ebuild
index 463443836b8c..23bf1eb4974d 100644
--- a/app-text/qpdfview/qpdfview-0.5.ebuild
+++ b/app-text/qpdfview/qpdfview-0.5.ebuild
@@ -42,6 +42,10 @@ DEPEND="${RDEPEND}"
DOCS=( CHANGES CONTRIBUTORS README TODO )
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.5-poppler-23.08.0-cxx17.patch
+)
+
src_prepare() {
default
next reply other threads:[~2023-09-08 12:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-08 12:57 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-05-30 9:31 [gentoo-commits] repo/gentoo:master commit in: app-text/qpdfview/files/, app-text/qpdfview/ Andreas Sturmlechner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1694177855.e4b459a4ba460fb6a2d3be40648d5397ea19d70b.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox