Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-print/foomatic-db-engine/files: 4.0.7-perl-module.patch 4.0.7-respect-ldflag.patch
Date: Fri, 06 May 2011 16:03:42
Message-Id: 20110506160331.90E0920057@flycatcher.gentoo.org
1 jlec 11/05/06 16:03:31
2
3 Added: 4.0.7-perl-module.patch 4.0.7-respect-ldflag.patch
4 Log:
5 Non-maintainer Version Bump, notified by euscan
6
7 (Portage version: 2.2.0_alpha31/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-print/foomatic-db-engine/files/4.0.7-perl-module.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/foomatic-db-engine/files/4.0.7-perl-module.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/foomatic-db-engine/files/4.0.7-perl-module.patch?rev=1.1&content-type=text/plain
14
15 Index: 4.0.7-perl-module.patch
16 ===================================================================
17 diff --git a/Makefile.in b/Makefile.in
18 index 3014185..81e090d 100644
19 --- a/Makefile.in
20 +++ b/Makefile.in
21 @@ -42,7 +42,7 @@ LOCAL_LIBDIR=@LOCAL_LIBDIR@
22 FOOMATIC_RIP=@FOOMATIC_RIP@
23
24 # foomatic-rip path for a "make inplace" installation
25 -LOCAL_FOOMATIC_RIP=@LOCAL_FOOMATIC_RIP@
26 +LOCAL_FOOMATIC_RIP=@FOOMATIC_RIP@
27
28 # Locations for installing the components of this package
29 BINDIR=$(bindir)
30
31
32
33 1.1 net-print/foomatic-db-engine/files/4.0.7-respect-ldflag.patch
34
35 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/foomatic-db-engine/files/4.0.7-respect-ldflag.patch?rev=1.1&view=markup
36 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/foomatic-db-engine/files/4.0.7-respect-ldflag.patch?rev=1.1&content-type=text/plain
37
38 Index: 4.0.7-respect-ldflag.patch
39 ===================================================================
40 --- foomatic-db-engine-4.0.2/Makefile.in.orig 2009-07-23 11:45:28.487999828 +0200
41 +++ foomatic-db-engine-4.0.2/Makefile.in 2009-07-23 11:45:53.939525006 +0200
42 @@ -231,10 +231,10 @@
43 ( cd lib && $(PERL) Makefile.PL verbose INSTALLDIRS=$(PERL_INSTALLDIRS) )
44
45 foomatic-combo-xml: foomatic-combo-xml.c
46 - $(CC) $(CFLAGS) -o foomatic-combo-xml foomatic-combo-xml.c
47 + $(CC) $(CFLAGS) $(LDFLAGS) -o foomatic-combo-xml foomatic-combo-xml.c
48
49 foomatic-perl-data: foomatic-perl-data.c
50 - $(CC) $(CFLAGS) $(XML_CFLAGS) -o foomatic-perl-data foomatic-perl-data.c $(XML_LIBS)
51 + $(CC) $(CFLAGS) $(LDFLAGS) -o foomatic-perl-data foomatic-perl-data.c $(XML_CFLAGS) $(XML_LIBS)
52
53 man: lib/Foomatic/Defaults.pm
54 chmod a+rx ./makeMan