Gentoo Archives: gentoo-commits

From: "Keri Harris (keri)" <keri@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/mozart/files: mozart-1.4.0-dss-ldflags.patch
Date: Wed, 25 Aug 2010 19:06:56
Message-Id: 20100825190653.A107320051@flycatcher.gentoo.org
1 keri 10/08/25 19:06:53
2
3 Added: mozart-1.4.0-dss-ldflags.patch
4 Log:
5 Respect LDFLAGS
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-lang/mozart/files/mozart-1.4.0-dss-ldflags.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mozart/files/mozart-1.4.0-dss-ldflags.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mozart/files/mozart-1.4.0-dss-ldflags.patch?rev=1.1&content-type=text/plain
13
14 Index: mozart-1.4.0-dss-ldflags.patch
15 ===================================================================
16 --- mozart-1.4.0.20080704.orig/platform/dss/Makefile.in 2008-07-02 20:01:31.000000000 +1200
17 +++ mozart-1.4.0.20080704/platform/dss/Makefile.in 2010-08-25 19:28:16.000000000 +1200
18 @@ -44,7 +44,7 @@
19 @EXAMPLES@
20
21 lib@ENV@.so: $(OBJS@ENV@)
22 - @DYNLD@ -o $@ $(OBJS@ENV@) $(LIBS)
23 + @DYNLD@ -o $@ $(OBJS@ENV@) $(LIBS) $(LDFLAGS)
24
25 lib@ENV@.a: $(OBJS@ENV@)
26 $(AR) -rc $@ $(OBJS@ENV@) && $(RANLIB) $@