summaryrefslogtreecommitdiffstats
path: root/LibRaw-pkgconfig.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-10-10 08:08:17 +0200
committerRemi Collet <remi@php.net>2023-10-10 08:08:17 +0200
commit46d1c6abb6d5b62dadb023e9db40c8fc2e119130 (patch)
tree8b5c2142369ee1cc95e369308b136fa32c43a572 /LibRaw-pkgconfig.patch
parentc119a40f63cf7aa38e85f809e691d6af7085bfe2 (diff)
import from CentOS 9 Stream
Diffstat (limited to 'LibRaw-pkgconfig.patch')
-rw-r--r--LibRaw-pkgconfig.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/LibRaw-pkgconfig.patch b/LibRaw-pkgconfig.patch
new file mode 100644
index 0000000..5b60b03
--- /dev/null
+++ b/LibRaw-pkgconfig.patch
@@ -0,0 +1,26 @@
+--- LibRaw-0.20-Beta1/libraw.pc.in~ 2020-05-13 14:22:12.656424311 +0200
++++ LibRaw-0.20-Beta1/libraw.pc.in 2020-05-13 14:22:27.481441569 +0200
+@@ -5,7 +5,8 @@
+
+ Name: libraw
+ Description: Raw image decoder library (non-thread-safe)
+-Requires: @PACKAGE_REQUIRES@
++Requires.private: @PACKAGE_REQUIRES@
+ Version: @PACKAGE_VERSION@
+-Libs: -L${libdir} -lraw -lstdc++@PC_OPENMP@
++Libs: -L${libdir} -lraw@PC_OPENMP@
++Libs.private: -lstdc++
+ Cflags: -I${includedir}/libraw -I${includedir}
+--- LibRaw-0.20-Beta1/libraw_r.pc.in~ 2020-05-13 14:22:18.034430572 +0200
++++ LibRaw-0.20-Beta1/libraw_r.pc.in 2020-05-13 14:22:27.481441569 +0200
+@@ -5,7 +5,8 @@
+
+ Name: libraw
+ Description: Raw image decoder library (thread-safe)
+-Requires: @PACKAGE_REQUIRES@
++Requires.private: @PACKAGE_REQUIRES@
+ Version: @PACKAGE_VERSION@
+-Libs: -L${libdir} -lraw_r -lstdc++@PC_OPENMP@
++Libs: -L${libdir} -lraw_r@PC_OPENMP@
++Libs.private: -lstdc++
+ Cflags: -I${includedir}/libraw -I${includedir}