mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
425 B
PkgConfig
14 lines
425 B
PkgConfig
$NetBSD: patch-libraw__r.pc.in,v 1.2 2015/07/18 10:40:20 adam Exp $
|
|
|
|
Avoid libstdc++.
|
|
|
|
--- libraw_r.pc.in.orig 2013-05-17 22:56:40.000000000 +0000
|
|
+++ libraw_r.pc.in
|
|
@@ -7,5 +7,5 @@ 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@
|
|
Cflags: -I${includedir}/libraw
|