summaryrefslogtreecommitdiff
path: root/LibRaw-pkgconfig.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-01 09:51:21 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-01 09:51:21 +0000
commitdb991f7140773e0a080456d740b5b3ec230cbbb8 (patch)
tree58405901935ffa3d116c4cd5549b75ff8a2535c6 /LibRaw-pkgconfig.patch
parent20e5bf4121e013eadff538f75ab8017620fa07ef (diff)
automatic import of LibRawopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to 'LibRaw-pkgconfig.patch')
-rw-r--r--LibRaw-pkgconfig.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/LibRaw-pkgconfig.patch b/LibRaw-pkgconfig.patch
new file mode 100644
index 0000000..0c8ae94
--- /dev/null
+++ b/LibRaw-pkgconfig.patch
@@ -0,0 +1,25 @@
+--- LibRaw-0.21.0/libraw.pc.in~ 2022-12-18 01:26:41.000000000 -0600
++++ LibRaw-0.21.0/libraw.pc.in 2022-12-19 10:27:02.793929537 -0600
+@@ -6,7 +6,9 @@
+ 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++
+ Libs.private: @PACKAGE_LIBS_PRIVATE@
+ Cflags: -I${includedir}/libraw -I${includedir}
+--- LibRaw-0.21.0/libraw_r.pc.in~ 2022-12-18 01:26:41.000000000 -0600
++++ LibRaw-0.21.0/libraw_r.pc.in 2022-12-19 10:28:30.620571338 -0600
+@@ -6,7 +6,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: @PACKAGE_LIBS_PRIVATE@
+ Cflags: -I${includedir}/libraw -I${includedir}