Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-games/ogre/files: ogre-1.6.5-as-needed.patch
Date: Wed, 01 Dec 2010 17:22:32
Message-Id: 20101201172222.2BF0420057@flycatcher.gentoo.org
1 mr_bones_ 10/12/01 17:22:22
2
3 Added: ogre-1.6.5-as-needed.patch
4 Log:
5 fix patching for as-needed to fit the naming convention (bug #347377)
6
7 (Portage version: 2.1.9.24/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 dev-games/ogre/files/ogre-1.6.5-as-needed.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/ogre/files/ogre-1.6.5-as-needed.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/ogre/files/ogre-1.6.5-as-needed.patch?rev=1.1&content-type=text/plain
14
15 Index: ogre-1.6.5-as-needed.patch
16 ===================================================================
17 --- acinclude.m4.orig 2008-04-09 17:49:30.848987000 +0100
18 +++ acinclude.m4 2008-04-09 17:53:25.652068359 +0100
19 @@ -340,7 +340,7 @@
20 * --disable-cg to this configure script but this is highly *
21 * discouraged as this breaks many of the examples. *
22 ****************************************************************])
23 - )
24 + ,-Xlinker --no-as-needed -lstdc++)
25 fi
26
27 AM_CONDITIONAL(BUILD_CGPLUGIN, test x$build_cg = xyes)