Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-print/cups-filters/files: cups-filters-1.0.36-parallel.patch
Date: Mon, 04 Nov 2013 23:29:48
Message-Id: 20131104232940.0E1972004E@flycatcher.gentoo.org
1 dilfridge 13/11/04 23:29:39
2
3 Added: cups-filters-1.0.36-parallel.patch
4 Log:
5 Fix parallel build, bug 490218. Newer versions already contain this change.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
8
9 Revision Changes Path
10 1.1 net-print/cups-filters/files/cups-filters-1.0.36-parallel.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-filters/files/cups-filters-1.0.36-parallel.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups-filters/files/cups-filters-1.0.36-parallel.patch?rev=1.1&content-type=text/plain
14
15 Index: cups-filters-1.0.36-parallel.patch
16 ===================================================================
17 --- Makefile.am.orig 2013-07-30 12:41:42.000000000 -0400
18 +++ Makefile.am 2013-11-02 22:38:39.487043030 -0400
19 @@ -474,7 +474,7 @@
20 -I$(srcdir)/cupsfilters/
21 gstoraster_LDADD = \
22 $(CUPS_LIBS) \
23 - -lcupsfilters
24 + libcupsfilters.la
25
26 imagetopdf_SOURCES = \
27 cupsfilters/image.h \