mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
419 B
Plaintext
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
|
|
;;
|
|
*)
|