pkgsrc-ng/graphics/imlib2/patches/patch-imlib2-config.in
2016-11-18 22:39:22 +01:00

16 lines
419 B
Plaintext

$NetBSD: patch-imlib2-config.in,v 1.3 2016/01/22 21:07:00 leot Exp $
Add the COMPILER_RPATH_FLAG to imlib2-config.
--- imlib2-config.in.orig 2014-12-20 16:19:20.000000000 +0000
+++ imlib2-config.in
@@ -45,7 +45,7 @@ while test $# -gt 0; do
echo $includes
;;
--libs)
- libdirs=-L@libdir@
+ libdirs="-L@libdir@ @COMPILER_RPATH_FLAG@@libdir@"
echo $libdirs -lImlib2
;;
*)