Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/libgnomeprint/files: libgnomeprint-2.18.8-cups-config.patch
Date: Mon, 07 Jul 2014 05:46:12
Message-Id: 20140707054607.8EECD2004E@flycatcher.gentoo.org
1 mgorny 14/07/07 05:46:07
2
3 Modified: libgnomeprint-2.18.8-cups-config.patch
4 Log:
5 Fix incomplete substitution of cups-config, bug #516566.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.2 gnome-base/libgnomeprint/files/libgnomeprint-2.18.8-cups-config.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/files/libgnomeprint-2.18.8-cups-config.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/files/libgnomeprint-2.18.8-cups-config.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprint/files/libgnomeprint-2.18.8-cups-config.patch?r1=1.1&r2=1.2
15
16 Index: libgnomeprint-2.18.8-cups-config.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/files/libgnomeprint-2.18.8-cups-config.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libgnomeprint-2.18.8-cups-config.patch 29 Jun 2014 09:45:10 -0000 1.1
23 +++ libgnomeprint-2.18.8-cups-config.patch 7 Jul 2014 05:46:07 -0000 1.2
24 @@ -29,7 +29,7 @@
25 else
26 - CUPS_LIBS="$CUPS_LIBS `cups-config --ldflags` `cups-config --libs`"
27 - CUPS_CFLAGS="$CUPS_CFLAGS `cups-config --cflags`"
28 -+ CUPS_LIBS="$CUPS_LIBS `$CUPS_CONFIG --ldflags` `cups-config --libs`"
29 ++ CUPS_LIBS="$CUPS_LIBS `$CUPS_CONFIG --ldflags` `$CUPS_CONFIG --libs`"
30 + CUPS_CFLAGS="$CUPS_CFLAGS `$CUPS_CONFIG --cflags`"
31 AC_MSG_RESULT(Found version $verstxt)
32 fi