summaryrefslogtreecommitdiff
path: root/dev-libs/pfs/files/pfs-0.10.0-Werror.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/pfs/files/pfs-0.10.0-Werror.patch')
-rw-r--r--dev-libs/pfs/files/pfs-0.10.0-Werror.patch11
1 files changed, 11 insertions, 0 deletions
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)