mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
- 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
9 lines
333 B
PkgConfig
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}
|