Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-tcltk/expect/files: expect-5.44.1-ldflags.patch expect-5.44.1-darwin.patch
Date: Fri, 02 Apr 2010 10:46:57
Message-Id: E1NxdQS-0001Zy-85@stork.gentoo.org
1 jlec 10/04/02 09:44:28
2
3 Added: expect-5.44.1-ldflags.patch
4 expect-5.44.1-darwin.patch
5 Log:
6 Version Bump, Imported from prefix overlay, LDFLAGS patch
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-tcltk/expect/files/expect-5.44.1-ldflags.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/expect/files/expect-5.44.1-ldflags.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/expect/files/expect-5.44.1-ldflags.patch?rev=1.1&content-type=text/plain
14
15 Index: expect-5.44.1-ldflags.patch
16 ===================================================================
17 diff --git a/Makefile.in b/Makefile.in
18 index cc2c79b..1083eaf 100644
19 --- a/Makefile.in
20 +++ b/Makefile.in
21 @@ -148,7 +148,7 @@ OBJEXT = @OBJEXT@
22 RANLIB = @RANLIB@
23 RANLIB_STUB = @RANLIB_STUB@
24 SHLIB_CFLAGS = @SHLIB_CFLAGS@
25 -SHLIB_LD = @SHLIB_LD@
26 +SHLIB_LD = @SHLIB_LD@ $(LDFLAGS)
27 SHLIB_LD_LIBS = @SHLIB_LD_LIBS@
28 STLIB_LD = @STLIB_LD@
29 TCL_DEFS = @TCL_DEFS@
30
31
32
33 1.1 dev-tcltk/expect/files/expect-5.44.1-darwin.patch
34
35 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/expect/files/expect-5.44.1-darwin.patch?rev=1.1&view=markup
36 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/expect/files/expect-5.44.1-darwin.patch?rev=1.1&content-type=text/plain
37
38 Index: expect-5.44.1-darwin.patch
39 ===================================================================
40 http://bugs.gentoo.org/show_bug.cgi?id=287072
41
42 patch by Stuart Shelton
43
44 --- Makefile.in.dist 2009-10-09 15:09:49 +0100
45 +++ Makefile.in 2009-10-09 15:09:59 +0100
46 @@ -148,7 +148,7 @@
47 RANLIB = @RANLIB@
48 RANLIB_STUB = @RANLIB_STUB@
49 SHLIB_CFLAGS = @SHLIB_CFLAGS@
50 -SHLIB_LD = @SHLIB_LD@
51 +SHLIB_LD = @SHLIB_LD@ -install_name $(tcl_libdir)/$(EXP_SHARED_LIB_FILE)
52 SHLIB_LD_LIBS = @SHLIB_LD_LIBS@
53 STLIB_LD = @STLIB_LD@
54 TCL_DEFS = @TCL_DEFS@