$OpenBSD: patch-libraw_pc_in,v 1.3 2020/08/22 08:21:40 rsadowski Exp $

Do not hardcode -lstdc++ (symbol mismatch with libc++abi and libestdc++).

Index: libraw.pc.in
--- libraw.pc.in.orig
+++ libraw.pc.in
@@ -7,5 +7,5 @@ Name: libraw
 Description: Raw image decoder library (non-thread-safe)
 Requires: @PACKAGE_REQUIRES@
 Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lraw -lstdc++@PC_OPENMP@
+Libs: -L${libdir} -lraw@PC_OPENMP@
 Cflags: -I${includedir}/libraw -I${includedir}
