Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 138093 | Differences between
and this patch

Collapse All | Expand All

(-)b/acinclude.m4 (+2 lines)
Lines 458-469 Link Here
458
        yes)
458
        yes)
459
			AC_DEFINE([OGRE_DOUBLE_PRECISION], [1], [Build with double precision])
459
			AC_DEFINE([OGRE_DOUBLE_PRECISION], [1], [Build with double precision])
460
			AC_MSG_RESULT(yes)
460
			AC_MSG_RESULT(yes)
461
			OGRE_DOUBLE_PRECISION_FLAGS="-DOGRE_DOUBLE_PRECISION"
461
        ;;
462
        ;;
462
        *)
463
        *)
463
			AC_DEFINE([OGRE_DOUBLE_PRECISION], [0], [Build with double precision])
464
			AC_DEFINE([OGRE_DOUBLE_PRECISION], [0], [Build with double precision])
464
            AC_MSG_RESULT(no)
465
            AC_MSG_RESULT(no)
465
        ;;
466
        ;;
466
    esac
467
    esac
468
    AC_SUBST(OGRE_DOUBLE_PRECISION_FLAGS)
467
])
469
])
468
470
469
AC_DEFUN([OGRE_CHECK_THREADING],
471
AC_DEFUN([OGRE_CHECK_THREADING],
(-)b/OGRE.pc.in (-1 / +1 lines)
Lines 8-11 Link Here
8
Description: Object-Oriented Graphics Rendering Engine
8
Description: Object-Oriented Graphics Rendering Engine
9
Version: @VERSION@
9
Version: @VERSION@
10
Libs: -L${libdir} -lOgreMain
10
Libs: -L${libdir} -lOgreMain
11
Cflags: -I${includedir} -I${includedir}/@PACKAGE@
11
Cflags: -I${includedir} -I${includedir}/@PACKAGE@ @OGRE_DOUBLE_PRECISION_FLAGS@

Return to bug 138093