mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-30 07:27:54 -04:00
15 lines
414 B
Plaintext
15 lines
414 B
Plaintext
$NetBSD: patch-imlib2-config.in,v 1.2 2014/05/20 16:18:38 adam Exp $
|
|
|
|
--- imlib2-config.in.orig 2013-03-01 19:12:59.000000000 +0000
|
|
+++ imlib2-config.in
|
|
@@ -45,8 +45,7 @@ while test $# -gt 0; do
|
|
echo $includes
|
|
;;
|
|
--libs)
|
|
- libdirs=-L@libdir@
|
|
- echo $libdirs -lImlib2 @my_libs@
|
|
+ echo -L@libdir@ @COMPILER_RPATH_FLAG@@libdir@ -lImlib2
|
|
;;
|
|
*)
|
|
echo "${usage}" 1>&2
|