diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-05-06 16:03:31 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-05-06 16:03:31 +0000 |
commit | 08e289ace1e0df01ff205822d743e915835dd182 (patch) | |
tree | 85d91593e89646f11af698cc16bf9ab256de90b7 /net-print/foomatic-db-engine/files | |
parent | Non-maintainer Version Bump, notified by euscan (diff) | |
download | gentoo-2-08e289ace1e0df01ff205822d743e915835dd182.tar.gz gentoo-2-08e289ace1e0df01ff205822d743e915835dd182.tar.bz2 gentoo-2-08e289ace1e0df01ff205822d743e915835dd182.zip |
Non-maintainer Version Bump, notified by euscan
(Portage version: 2.2.0_alpha31/cvs/Linux x86_64)
Diffstat (limited to 'net-print/foomatic-db-engine/files')
-rw-r--r-- | net-print/foomatic-db-engine/files/4.0.7-perl-module.patch | 13 | ||||
-rw-r--r-- | net-print/foomatic-db-engine/files/4.0.7-respect-ldflag.patch | 15 |
2 files changed, 28 insertions, 0 deletions
diff --git a/net-print/foomatic-db-engine/files/4.0.7-perl-module.patch b/net-print/foomatic-db-engine/files/4.0.7-perl-module.patch new file mode 100644 index 000000000000..dbb53feb2a87 --- /dev/null +++ b/net-print/foomatic-db-engine/files/4.0.7-perl-module.patch @@ -0,0 +1,13 @@ +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) diff --git a/net-print/foomatic-db-engine/files/4.0.7-respect-ldflag.patch b/net-print/foomatic-db-engine/files/4.0.7-respect-ldflag.patch new file mode 100644 index 000000000000..9e6071276a4e --- /dev/null +++ b/net-print/foomatic-db-engine/files/4.0.7-respect-ldflag.patch @@ -0,0 +1,15 @@ +--- 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 |