public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/pfs/, dev-libs/pfs/files/
@ 2024-05-21 18:15 Alfredo Tupone
  0 siblings, 0 replies; only message in thread
From: Alfredo Tupone @ 2024-05-21 18:15 UTC (permalink / raw
  To: gentoo-commits

commit:     5957b1d8fcbd9b5b1d8beaaebef0d2efce78e29c
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue May 21 18:14:35 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue May 21 18:15:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5957b1d8

dev-libs/pfs: drop -Werror

Closes: https://bugs.gentoo.org/932365
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-libs/pfs/files/pfs-0.10.0-Werror.patch | 11 +++++++++++
 dev-libs/pfs/pfs-0.10.0.ebuild             |  2 ++
 2 files changed, 13 insertions(+)

diff --git a/dev-libs/pfs/files/pfs-0.10.0-Werror.patch b/dev-libs/pfs/files/pfs-0.10.0-Werror.patch
new file mode 100644
index 000000000000..c319d4b6e984
--- /dev/null
+++ b/dev-libs/pfs/files/pfs-0.10.0-Werror.patch
@@ -0,0 +1,11 @@
+--- a/CMakeLists.txt	2024-05-21 20:11:22.098008343 +0200
++++ b/CMakeLists.txt	2024-05-21 20:11:35.538853965 +0200
+@@ -31,7 +31,7 @@
+ # Actual configuration
+ # ------------------------------------------------------------------------
+ 
+-add_compile_options (-std=c++11 -Wall -Wextra -pedantic -Werror)
++add_compile_options (-std=c++11 -Wall -Wextra -pedantic)
+ 
+ set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/out)
+ set (CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)

diff --git a/dev-libs/pfs/pfs-0.10.0.ebuild b/dev-libs/pfs/pfs-0.10.0.ebuild
index 8cd01f1adc85..c1e363f9d030 100644
--- a/dev-libs/pfs/pfs-0.10.0.ebuild
+++ b/dev-libs/pfs/pfs-0.10.0.ebuild
@@ -16,6 +16,8 @@ KEYWORDS="~amd64"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
+PATCHES=( "${FILESDIR}"/${P}-Werror.patch )
+
 src_configure() {
 	local mycmakeargs=(
 		-Dpfs_BUILD_TESTS=$(usex test)


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-05-21 18:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-21 18:15 [gentoo-commits] repo/gentoo:master commit in: dev-libs/pfs/, dev-libs/pfs/files/ Alfredo Tupone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox