ports/graphics/guile-cairo/files/patch-guile-cairo.pc.in
Andrew "RhodiumToad" Gierth 7edcfaeb07 */*: adapt to new guile framework
- change all ports using guile to USES=guile
 - flavorize guile-lib, guile-cairo, slib-guile

PR:		260960
Reported by:	Martin Neubauer <m.ne@gmx.net>
Approved by:	bofh
Differential Revision:	https://reviews.freebsd.org/D40194
2023-07-31 01:59:04 +03:00

9 lines
333 B
PkgConfig

--- guile-cairo.pc.in.orig 2023-05-21 10:31:12 UTC
+++ guile-cairo.pc.in
@@ -7,5 +7,5 @@ Name: guile-cairo
Description: Cairo binding for Guile Scheme
Version: @VERSION@
Requires: cairo guile-@GUILE_EFFECTIVE_VERSION@
-Libs: -L${libdir} -lguile-cairo
+Libs: -L${libdir} -Wl,-rpath=${libdir} -lguile-cairo
Cflags: -I${includedir}