Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/lensfun/files: lensfun-0.2.3-as-needed.patch
Date: Mon, 01 Jun 2009 13:20:21
Message-Id: E1MB7R4-0005N4-OB@stork.gentoo.org
1 maekke 09/06/01 13:20:18
2
3 Added: lensfun-0.2.3-as-needed.patch
4 Log:
5 initial import of lensfun, ebuild by me, bug #245770
6 (Portage version: 2.2_rc33/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 media-libs/lensfun/files/lensfun-0.2.3-as-needed.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/lensfun/files/lensfun-0.2.3-as-needed.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/lensfun/files/lensfun-0.2.3-as-needed.patch?rev=1.1&content-type=text/plain
13
14 Index: lensfun-0.2.3-as-needed.patch
15 ===================================================================
16 diff -ru lensfun-0.2.3.orig/build/mak/compiler/gcc.mak lensfun-0.2.3/build/mak/compiler/gcc.mak
17 --- lensfun-0.2.3.orig/build/mak/compiler/gcc.mak 2009-03-15 02:42:40.000000000 +0100
18 +++ lensfun-0.2.3/build/mak/compiler/gcc.mak 2009-03-15 02:43:37.000000000 +0100
19 @@ -71,7 +71,7 @@
20 endef
21
22 LINK.GCC.AR = $(GCC.AR) $(GCC.ARFLAGS) $@ $^
23 -LINK.GCC.EXEC = $(GCC.LD) -o $@ $(GCC.LDFLAGS) $(LDFLAGS) $1 $^ $(GCC.LDFLAGS.LIBS) $(LDFLAGS.LIBS) $2
24 +LINK.GCC.EXEC = $(GCC.LD) $(LDFLAGS) $^ $2 $(GCC.LDFLAGS.LIBS) $(LDFLAGS.LIBS) $(GCC.LDFLAGS) $1 -o $@
25 define LINK.GCC.SO
26 $(GCC.LD) -o $@.$(SHARED.$3) -Wl,"-soname=$(notdir $@).$(basename $(basename $(SHARED.$3)))" $(GCC.LDFLAGS.SHARED) $(GCC.LDFLAGS) $(LDFLAGS) $1 $^ $(GCC.LDFLAGS.LIBS) $(LDFLAGS.LIBS) $2
27 ln -fs $(notdir $@.$(SHARED.$3)) $@.$(basename $(basename $(SHARED.$3)))
28 Only in lensfun-0.2.3/out/posix/release: deps