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

(-)sourcenav-5.2b2-orig/libgui/configure (-8 / +1 lines)
Lines 1920-1933 Link Here
1920
fi
1920
fi
1921
rm -f conftest*
1921
rm -f conftest*
1922
1922
1923
1923
LIBGUI_CFLAGS=
1924
# Tcl8.1 requires writable strings for gcc
1925
1926
if test "$GCC" = "yes"; then
1927
   LIBGUI_CFLAGS=-fwritable-strings
1928
else
1929
   LIBGUI_CFLAGS=
1930
fi
1931
1924
1932
echo $ac_n "checking for cygwin32""... $ac_c" 1>&6
1925
echo $ac_n "checking for cygwin32""... $ac_c" 1>&6
1933
echo "configure:1934: checking for cygwin32" >&5
1926
echo "configure:1934: checking for cygwin32" >&5
(-)sourcenav-5.2b2-orig/snavigator/configure (-1 / +1 lines)
Lines 1429-1435 Link Here
1429
1429
1430
if test x$ide_cv_os_cygwin32 = xyes ||
1430
if test x$ide_cv_os_cygwin32 = xyes ||
1431
       test x$sn_cv_os_mingw32 = xyes ; then
1431
       test x$sn_cv_os_mingw32 = xyes ; then
1432
   HYPER_CFLAGS="-Wall -fwritable-strings"
1432
   HYPER_CFLAGS="-Wall"
1433
fi
1433
fi
1434
 
1434
 
1435
1435
(-)sourcenav-5.2b2-orig/tix/unix/tk8.1/Makefile.in (-1 / +1 lines)
Lines 46-52 Link Here
46
# To change the compiler switches, for example to change from -O
46
# To change the compiler switches, for example to change from -O
47
# to -g, change the following line:
47
# to -g, change the following line:
48
CFLAGS = -O
48
CFLAGS = -O
49
TIX_CFLAGS = $(CFLAGS) -fwritable-strings
49
TIX_CFLAGS = $(CFLAGS)
50
50
51
# To disable ANSI-C procedure prototypes reverse the comment characters
51
# To disable ANSI-C procedure prototypes reverse the comment characters
52
# on the following lines:
52
# on the following lines:
(-)sourcenav-5.2b2-orig/tix/unix/tk8.3/Makefile.in (-1 / +1 lines)
Lines 47-53 Link Here
47
# To change the compiler switches, for example to change from -O
47
# To change the compiler switches, for example to change from -O
48
# to -g, change the following line:
48
# to -g, change the following line:
49
CFLAGS = @CFLAGS@
49
CFLAGS = @CFLAGS@
50
TIX_CFLAGS = $(CFLAGS) -fwritable-strings
50
TIX_CFLAGS = $(CFLAGS)
51
51
52
# To disable ANSI-C procedure prototypes reverse the comment characters
52
# To disable ANSI-C procedure prototypes reverse the comment characters
53
# on the following lines:
53
# on the following lines:

Return to bug 131412