Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/netpbm/files: netpbm-10.70-system-libs.patch
Date: Wed, 29 Apr 2015 04:42:50
Message-Id: 20150429044240.5AC659A9@oystercatcher.gentoo.org
1 vapier 15/04/29 04:42:39
2
3 Added: netpbm-10.70-system-libs.patch
4 Log:
5 Version bump.
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
8
9 Revision Changes Path
10 1.1 media-libs/netpbm/files/netpbm-10.70-system-libs.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/netpbm/files/netpbm-10.70-system-libs.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/netpbm/files/netpbm-10.70-system-libs.patch?rev=1.1&content-type=text/plain
14
15 Index: netpbm-10.70-system-libs.patch
16 ===================================================================
17 when we disable the bundled libs, make sure we don't try to run install in them
18
19 --- converter/other/jbig/Makefile
20 +++ converter/other/jbig/Makefile
21 @@ -5,7 +5,7 @@ endif
22 SUBDIR = converter/other/jbig
23 VPATH=.:$(SRCDIR)/$(SUBDIR)
24
25 -SUBDIRS = libjbig
26 +SUBDIRS =
27
28 include $(BUILDDIR)/config.mk
29
30 @@ -35,6 +35,7 @@ SCRIPTS =
31
32 ifeq ($(JBIGLIB),$(INTERNAL_JBIGLIB))
33 JBIGLIB_DEP = $(JBIGLIB)
34 + SUBDIRS += libjbig
35 else
36 # It's not our internal version; user's on his own to make sure it's built
37 endif
38 --- converter/other/jpeg2000/Makefile
39 +++ converter/other/jpeg2000/Makefile
40 @@ -5,7 +5,7 @@ endif
41 SUBDIR = converter/other/jpeg2000
42 VPATH=.:$(SRCDIR)/$(SUBDIR)
43
44 -SUBDIRS = libjasper
45 +SUBDIRS =
46
47 include $(BUILDDIR)/config.mk
48
49 @@ -52,6 +52,7 @@ ifeq ($(JASPERLIB),$(INTERNAL_JASPERLIB)
50 # MERGE_OBJECTS contains relative paths, so $(INTERNAL_JASPERLIB) had better
51 # be relative to the current directory.
52 MERGE_OBJECTS += $(JASPERLIB)
53 + SUBDIRS += libjasper
54 endif
55 MERGEBINARIES = $(BINARIES)