ports/graphics/libraw/patches/patch-libraw_r_pc_in

14 lines
452 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Do not hardcode -lstdc++ (symbol mismatch with libc++abi and libestdc++).
Index: libraw_r.pc.in
--- libraw_r.pc.in.orig
+++ libraw_r.pc.in
@@ -7,6 +7,6 @@ Name: libraw
Description: Raw image decoder library (thread-safe)
Requires: @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}