]> git.pld-linux.org Git - packages/AfterStep.git/blob - AfterStep-opt.patch
- updated libafterimage_ver (1.21); release 3 (so that libAfterBase is newer than...
[packages/AfterStep.git] / AfterStep-opt.patch
1 --- AfterStep-2.2.3/libAfterBase/configure.in.orig      2006-05-23 19:59:30.000000000 +0200
2 +++ AfterStep-2.2.3/libAfterBase/configure.in   2006-11-04 10:14:33.702470500 +0100
3 @@ -140,16 +140,6 @@
4         AC_PATH_PROG(LDCONFIG, ldconfig, ldconfig, $PATH:/sbin:/usr/local/sbin)
5  fi
6  
7 -if test "x$enable_gdb" = "xno"; then
8 -               DIRTY_CFLAGS="$CFLAGS"
9 -               CFLAGS="-O3"
10 -               for f in $DIRTY_CFLAGS; do 
11 -                       if test "x$f" != "x-O2" -a "x$f" != "x-O3"; then
12 -                               CFLAGS="$CFLAGS $f"
13 -                       fi       
14 -               done
15 -fi
16 -
17  
18  dnl# some standard checks :
19  dnl# let's check for endiannes of our box
20 --- afterstep-devel-2.2.12/libAfterImage/configure.in.orig      2023-12-20 21:45:22.670251489 +0100
21 +++ afterstep-devel-2.2.12/libAfterImage/configure.in   2023-12-20 21:54:02.670767738 +0100
22 @@ -160,19 +160,8 @@ else
23  dnl# we are alone - have to do all the checks ourselves :
24         dnl# Add -fPIC for IA64 compilation
25  
26 -       dnl# Add -g
27 -       if test "x$enable_gdb" = "xyes"; then
28 -               if ! test -n "`echo $CFLAGS' ' | grep '\-g ' 2> /dev/null`" ; then
29 -                       CFLAGS="$CFLAGS -g -w"
30 -               fi
31 -       else
32 -               DIRTY_CFLAGS="$CFLAGS"
33 -               CFLAGS="-DNO_DEBUG_OUTPUT"
34 -               for f in $DIRTY_CFLAGS; do 
35 -                       if test "x$f" != "x-g"; then
36 -                       CFLAGS="$CFLAGS $f"
37 -                       fi       
38 -               done
39 +       if test "x$enable_gdb" != "xyes"; then
40 +               CFLAGS="$CFLAGS -DNO_DEBUG_OUTPUT"
41         fi
42         dnl# Add -pg
43         if test "x$enable_gprof" = "xyes"; then
44 @@ -202,15 +191,6 @@ dnl# we are alone - have to do all the c
45         AC_PATH_PROG(LDCONFIG, ldconfig, ldconfig, $PATH:/sbin:/usr/local/sbin)
46  fi
47  
48 -if test "x$enable_gdb" = "xno"; then
49 -               DIRTY_CFLAGS="$CFLAGS"
50 -               CFLAGS="-O3"
51 -               for f in $DIRTY_CFLAGS; do 
52 -                       if test "x$f" != "x-O2" -a "x$f" != "x-O3" -a "x$f" != "x-O"; then
53 -                               CFLAGS="$CFLAGS $f"
54 -                       fi       
55 -               done
56 -fi
57  
58  
59  MMX_CFLAGS="-mmmx -Winline --param inline-unit-growth=10000 --param large-function-growth=10000"
This page took 0.087732 seconds and 3 git commands to generate.