public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-games/ogre/files: ogre-1.4.8-as-needed.patch ogre-1.4.8-cegui.patch
@ 2008-06-01 14:20 Tristan Heaven (nyhm)
  0 siblings, 0 replies; only message in thread
From: Tristan Heaven (nyhm) @ 2008-06-01 14:20 UTC (permalink / raw
  To: gentoo-commits

nyhm        08/06/01 14:20:36

  Added:                ogre-1.4.8-as-needed.patch ogre-1.4.8-cegui.patch
  Log:
  Version bump
  (Portage version: 2.2_pre7/cvs/Linux 2.6.25.4 Intel(R) Core(TM)2 Duo CPU E6750 @ 2.66GHz)

Revision  Changes    Path
1.1                  dev-games/ogre/files/ogre-1.4.8-as-needed.patch

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
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

Index: ogre-1.4.8-as-needed.patch
===================================================================
--- acinclude.m4.orig	2008-04-09 17:49:30.848987000 +0100
+++ acinclude.m4	2008-04-09 17:53:25.652068359 +0100
@@ -340,7 +340,7 @@
 	* --disable-cg to this configure script but this is highly     *
 	* discouraged as this breaks many of the examples.             *
 	****************************************************************])
-	)
+	,-Xlinker --no-as-needed)
 fi
 
 AM_CONDITIONAL(BUILD_CGPLUGIN, test x$build_cg = xyes)



1.1                  dev-games/ogre/files/ogre-1.4.8-cegui.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/ogre/files/ogre-1.4.8-cegui.patch?rev=1.1&view=markup
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

Index: ogre-1.4.8-cegui.patch
===================================================================
--- acinclude.m4
+++ acinclude.m4
@@ -411,6 +411,8 @@
 ])
 
 AC_DEFUN([OGRE_CHECK_CEGUI], [
+    AC_ARG_ENABLE(cegui)
+    if test x$enable_cegui != xno; then
     PKG_CHECK_MODULES(CEGUI, CEGUI >= 0.5.0, 
             [build_cegui_sample=true], [build_cegui_sample=false])
     if test x$build_cegui_sample = xtrue; then
@@ -426,6 +428,7 @@
     else
         AC_MSG_RESULT([CEGUI not available, Gui and FacialAnimation samples will not be built])
     fi
+    fi
     AM_CONDITIONAL([HAVE_CEGUI], [test x$build_cegui_sample = xtrue])
 ])
 



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-01 14:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-01 14:20 [gentoo-commits] gentoo-x86 commit in dev-games/ogre/files: ogre-1.4.8-as-needed.patch ogre-1.4.8-cegui.patch Tristan Heaven (nyhm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox