Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-games/ogre/files: ogre-1.4.8-as-needed.patch ogre-1.4.8-cegui.patch
Date: Sun, 01 Jun 2008 14:20:42
Message-Id: E1K2oQG-0003EP-GS@stork.gentoo.org
1 nyhm 08/06/01 14:20:36
2
3 Added: ogre-1.4.8-as-needed.patch ogre-1.4.8-cegui.patch
4 Log:
5 Version bump
6 (Portage version: 2.2_pre7/cvs/Linux 2.6.25.4 Intel(R) Core(TM)2 Duo CPU E6750 @ 2.66GHz)
7
8 Revision Changes Path
9 1.1 dev-games/ogre/files/ogre-1.4.8-as-needed.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/ogre/files/ogre-1.4.8-as-needed.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/ogre/files/ogre-1.4.8-as-needed.patch?rev=1.1&content-type=text/plain
13
14 Index: ogre-1.4.8-as-needed.patch
15 ===================================================================
16 --- acinclude.m4.orig 2008-04-09 17:49:30.848987000 +0100
17 +++ acinclude.m4 2008-04-09 17:53:25.652068359 +0100
18 @@ -340,7 +340,7 @@
19 * --disable-cg to this configure script but this is highly *
20 * discouraged as this breaks many of the examples. *
21 ****************************************************************])
22 - )
23 + ,-Xlinker --no-as-needed)
24 fi
25
26 AM_CONDITIONAL(BUILD_CGPLUGIN, test x$build_cg = xyes)
27
28
29
30 1.1 dev-games/ogre/files/ogre-1.4.8-cegui.patch
31
32 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/ogre/files/ogre-1.4.8-cegui.patch?rev=1.1&view=markup
33 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/ogre/files/ogre-1.4.8-cegui.patch?rev=1.1&content-type=text/plain
34
35 Index: ogre-1.4.8-cegui.patch
36 ===================================================================
37 --- acinclude.m4
38 +++ acinclude.m4
39 @@ -411,6 +411,8 @@
40 ])
41
42 AC_DEFUN([OGRE_CHECK_CEGUI], [
43 + AC_ARG_ENABLE(cegui)
44 + if test x$enable_cegui != xno; then
45 PKG_CHECK_MODULES(CEGUI, CEGUI >= 0.5.0,
46 [build_cegui_sample=true], [build_cegui_sample=false])
47 if test x$build_cegui_sample = xtrue; then
48 @@ -426,6 +428,7 @@
49 else
50 AC_MSG_RESULT([CEGUI not available, Gui and FacialAnimation samples will not be built])
51 fi
52 + fi
53 AM_CONDITIONAL([HAVE_CEGUI], [test x$build_cegui_sample = xtrue])
54 ])
55
56
57
58
59 --
60 gentoo-commits@l.g.o mailing list