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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- motif-2.3.6-orig/configure.ac
0
++ motif-2.3.6/configure.ac
Lines 158-164 Link Here
158
158
159
if test x$GCC = xyes
159
if test x$GCC = xyes
160
then
160
then
161
    CFLAGS="$CFLAGS -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment"
161
    CFLAGS="$CFLAGS -Wall -fno-strict-aliasing -Wno-unused -Wno-comment"
162
    if test ` $CC -dumpversion | sed -e 's/\(^.\).*/\1/'` = "4" ; then
162
    if test ` $CC -dumpversion | sed -e 's/\(^.\).*/\1/'` = "4" ; then
163
        CFLAGS="$CFLAGS -fno-tree-ter"
163
        CFLAGS="$CFLAGS -fno-tree-ter"
164
    fi
164
    fi

Return to bug 604242