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

(-)file_not_specified_in_diff (-2 / +4 lines)
Line  Link Here
0
-- configure.in
0
++ configure.in
Lines 64-69 Link Here
64
   platform="--linux"
64
   platform="--linux"
65
   MP_WITH_CURSES
65
   MP_WITH_CURSES
66
   LIBS="$LIBS $CURSES_LIB $FLIBS $QT_LIBS"
66
   LIBS="$LIBS $CURSES_LIB $FLIBS $QT_LIBS"
67
   LIBS="$LIBS -lGLU"
67
fi
68
fi
68
69
69
if (test "$cross_compiling" = "yes"); then
70
if (test "$cross_compiling" = "yes"); then
70
-- libs/libFreeMat/IEEEFP.cpp
71
++ libs/libFreeMat/IEEEFP.cpp
Lines 17-22 Link Here
17
 *
17
 *
18
 */
18
 */
19
#include "IEEEFP.hpp"
19
#include "IEEEFP.hpp"
20
#include <cstdio>
20
21
21
static bool endianDetected = false;
22
static bool endianDetected = false;
22
static bool bigEndian = false;
23
static bool bigEndian = false;

Return to bug 269278