diff options
Diffstat (limited to 'dev-games/ogre/files/ogre-1.4.2-cegui.patch')
-rw-r--r-- | dev-games/ogre/files/ogre-1.4.2-cegui.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-games/ogre/files/ogre-1.4.2-cegui.patch b/dev-games/ogre/files/ogre-1.4.2-cegui.patch deleted file mode 100644 index c089164af219..000000000000 --- a/dev-games/ogre/files/ogre-1.4.2-cegui.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- 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]) - ]) - |