Magellan Linux

Annotation of /trunk/imlib2/patches/imlib2-1.4.6-no-my-libs.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2556 - (hide annotations) (download)
Tue Mar 31 14:50:54 2015 UTC (9 years, 1 month ago) by niro
File size: 735 byte(s)
-fix broken @my_libs@ in imlib2-config
1 niro 2556 From 5dde234b2d3caf067ea827858c53adc5d4c56c13 Mon Sep 17 00:00:00 2001
2     From: Mike Frysinger <vapier@gentoo.org>
3     Date: Sat, 18 Jan 2014 13:56:54 -0500
4     Subject: [PATCH] imlib2-config: delete old reference to @my_libs@
5    
6     This was cleaned up a while ago, but this file was missed.
7    
8     URL: https://bugs.gentoo.org/497894
9     ---
10     imlib2-config.in | 2 +-
11     1 file changed, 1 insertion(+), 1 deletion(-)
12    
13     diff --git a/imlib2-config.in b/imlib2-config.in
14     index cf814c6..965f7c3 100644
15     --- a/imlib2-config.in
16     +++ b/imlib2-config.in
17     @@ -46,7 +46,7 @@ while test $# -gt 0; do
18     ;;
19     --libs)
20     libdirs=-L@libdir@
21     - echo $libdirs -lImlib2 @my_libs@
22     + echo $libdirs -lImlib2
23     ;;
24     *)
25     echo "${usage}" 1>&2
26     --
27     1.8.4.3
28