public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-print/foomatic-db-engine/files: 4.0.7-perl-module.patch 4.0.7-respect-ldflag.patch
@ 2011-05-06 16:03 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2011-05-06 16:03 UTC (permalink / raw
  To: gentoo-commits

jlec        11/05/06 16:03:31

  Added:                4.0.7-perl-module.patch 4.0.7-respect-ldflag.patch
  Log:
  Non-maintainer Version Bump, notified by euscan
  
  (Portage version: 2.2.0_alpha31/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-print/foomatic-db-engine/files/4.0.7-perl-module.patch

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
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

Index: 4.0.7-perl-module.patch
===================================================================
diff --git a/Makefile.in b/Makefile.in
index 3014185..81e090d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -42,7 +42,7 @@ LOCAL_LIBDIR=@LOCAL_LIBDIR@
 FOOMATIC_RIP=@FOOMATIC_RIP@
 
 # foomatic-rip path for a "make inplace" installation
-LOCAL_FOOMATIC_RIP=@LOCAL_FOOMATIC_RIP@
+LOCAL_FOOMATIC_RIP=@FOOMATIC_RIP@
 
 # Locations for installing the components of this package
 BINDIR=$(bindir)



1.1                  net-print/foomatic-db-engine/files/4.0.7-respect-ldflag.patch

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
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

Index: 4.0.7-respect-ldflag.patch
===================================================================
--- foomatic-db-engine-4.0.2/Makefile.in.orig	2009-07-23 11:45:28.487999828 +0200
+++ foomatic-db-engine-4.0.2/Makefile.in	2009-07-23 11:45:53.939525006 +0200
@@ -231,10 +231,10 @@
 	( cd lib && $(PERL) Makefile.PL verbose INSTALLDIRS=$(PERL_INSTALLDIRS) )
 
 foomatic-combo-xml: foomatic-combo-xml.c
-	$(CC) $(CFLAGS) -o foomatic-combo-xml foomatic-combo-xml.c
+	$(CC) $(CFLAGS) $(LDFLAGS) -o foomatic-combo-xml foomatic-combo-xml.c
 
 foomatic-perl-data: foomatic-perl-data.c
-	$(CC) $(CFLAGS) $(XML_CFLAGS) -o foomatic-perl-data foomatic-perl-data.c $(XML_LIBS)
+	$(CC) $(CFLAGS) $(LDFLAGS) -o foomatic-perl-data foomatic-perl-data.c $(XML_CFLAGS) $(XML_LIBS)
 
 man: lib/Foomatic/Defaults.pm
 	chmod a+rx ./makeMan






^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-06 16:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-06 16:03 [gentoo-commits] gentoo-x86 commit in net-print/foomatic-db-engine/files: 4.0.7-perl-module.patch 4.0.7-respect-ldflag.patch Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox