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

Collapse All | Expand All

(-)simscan-1.4.0-r4/configure.in (-2 / +2 lines)
Lines 11-18 Link Here
11
11
12
if test "$GCC"="yes"
12
if test "$GCC"="yes"
13
then
13
then
14
         CXXFLAGS="$CXXFLAGS -Wall"
14
         CXXFLAGS+= -Wall
15
         CFLAGS="$CFLAGS -Wall"
15
         CFLAGS+= -Wall
16
fi
16
fi
17
17
18
#----------------------------------------------------------------------
18
#----------------------------------------------------------------------

Return to bug 273170