Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/acr38u/files: acr38u-1.7.11-build.patch
Date: Sat, 07 Dec 2013 17:13:39
Message-Id: 20131207171329.EB1222004E@flycatcher.gentoo.org
1 flameeyes 13/12/07 17:13:29
2
3 Modified: acr38u-1.7.11-build.patch
4 Log:
5 Fix my thinko in the build patch. Thanks Vincent for reporting.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D4301342)
8
9 Revision Changes Path
10 1.2 app-crypt/acr38u/files/acr38u-1.7.11-build.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/acr38u/files/acr38u-1.7.11-build.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/acr38u/files/acr38u-1.7.11-build.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/acr38u/files/acr38u-1.7.11-build.patch?r1=1.1&r2=1.2
15
16 Index: acr38u-1.7.11-build.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-crypt/acr38u/files/acr38u-1.7.11-build.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- acr38u-1.7.11-build.patch 6 Dec 2013 06:09:09 -0000 1.1
23 +++ acr38u-1.7.11-build.patch 7 Dec 2013 17:13:29 -0000 1.2
24 @@ -64,7 +64,7 @@
25 - fi
26 - if test -z "$usbdropdir" ; then
27 +PKG_CHECK_MODULES([PCSCLITE], [libpcsclite >= 1.2.0])
28 -+PKG_CHECK_VAR([USBDROPDIR], [libpcsclite], [usbdropdir], [
29 ++PKG_CHECK_VAR([USBDROPDIR], [libpcsclite], [usbdropdir], [], [
30 if test "$prefix" = NONE ; then
31 - usbdropdir="$ac_default_prefix/pcsc/drivers"
32 + USBDROPDIR="$ac_default_prefix/pcsc/drivers"