summaryrefslogtreecommitdiff
path: root/dev-cpp/json11/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-01 10:06:27 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-01 10:06:27 +0000
commit6e20a434f030191fb9f90961ab609abdf86c4b4a (patch)
tree80601443014010b74f80c6ec9a0f2d18756c1d7f /dev-cpp/json11/files
parent6438b14169223c6931a87dd4e1e357934b2c0852 (diff)
gentoo auto-resync : 01:03:2023 - 10:06:27
Diffstat (limited to 'dev-cpp/json11/files')
-rw-r--r--dev-cpp/json11/files/json11-1.0.0-json11.pc-do-not-state-the-defaults.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-cpp/json11/files/json11-1.0.0-json11.pc-do-not-state-the-defaults.patch b/dev-cpp/json11/files/json11-1.0.0-json11.pc-do-not-state-the-defaults.patch
new file mode 100644
index 000000000000..76b1591d1150
--- /dev/null
+++ b/dev-cpp/json11/files/json11-1.0.0-json11.pc-do-not-state-the-defaults.patch
@@ -0,0 +1,22 @@
+From d98236beaf015f2693589fca1904fb0dd01b2e6d Mon Sep 17 00:00:00 2001
+From: Florian Schmaus <flo@geekplace.eu>
+Date: Wed, 1 Mar 2023 10:16:49 +0100
+Subject: [PATCH] json11.pc: do not state the defaults
+
+This appearantly breaks multi-arch installations. See
+https://bugs.gentoo.org/863098
+
+Suggested-by: Thomas Scheider <qsx@chaotikum.eu>
+Signed-off-by: Florian Schmaus <flow@gentoo.org>
+--- a/json11.pc.in
++++ b/json11.pc.in
+@@ -5,5 +5,4 @@ includedir=${prefix}/include/@CMAKE_LIBRARY_ARCHITECTURE@
+ Name: @PROJECT_NAME@
+ Description: json11 is a tiny JSON library for C++11, providing JSON parsing and serialization.
+ Version: @PROJECT_VERSION@
+-Libs: -L${libdir} -ljson11
+-Cflags: -I${includedir}
++Libs: -ljson11
+--
+2.39.2
+