Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 7863
Collapse All | Expand All

(-)avifile0.7-0.7.15/configure.orig (-1 / +5 lines)
Lines 17332-17338 Link Here
17332
fi
17332
fi
17333
17333
17334
17334
17335
CXXRTTIEXCEPT="-fno-exceptions -fno-rtti"
17335
if test "$compiler_rtti_exceptions" = "yes" ; then
17336
	CXXRTTIEXCEPT="-fno-exceptions -fno-rtti"
17337
else
17338
	CXXRTTIEXCEPT=
17339
fi
17336
17340
17337
17341
17338
17342
(-)avifile0.7-0.7.15/configure.in.orig (-1 / +5 lines)
Lines 1068-1074 Link Here
1068
fi
1068
fi
1069
AC_SUBST(LTNOPIC)
1069
AC_SUBST(LTNOPIC)
1070
1070
1071
CXXRTTIEXCEPT="-fno-exceptions -fno-rtti"
1071
if test "$compiler_rtti_exceptions" = "yes" ; then
1072
	CXXRTTIEXCEPT="-fno-exceptions -fno-rtti"
1073
else
1074
	CXXRTTIEXCEPT=
1075
fi
1072
AC_SUBST(CXXRTTIEXCEPT)
1076
AC_SUBST(CXXRTTIEXCEPT)
1073
1077
1074
AM_CONDITIONAL(AMM_USE_X86OPT, test x$enable_x86opt = xyes)
1078
AM_CONDITIONAL(AMM_USE_X86OPT, test x$enable_x86opt = xyes)

Return to bug 7863