]> git.pld-linux.org Git - packages/AfterStep.git/blob - AfterStep-opt.patch
rel. 1
[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-2.2.3/libAfterImage/configure.in.orig     2006-05-23 19:59:30.000000000 +0200
21 +++ AfterStep-2.2.3/libAfterImage/configure.in  2006-11-04 10:16:22.373262000 +0100
22 @@ -160,16 +160,6 @@
23         AC_PATH_PROG(LDCONFIG, ldconfig, ldconfig, $PATH:/sbin:/usr/local/sbin)
24  fi
25  
26 -if test "x$enable_gdb" = "xno"; then
27 -               DIRTY_CFLAGS="$CFLAGS"
28 -               CFLAGS="-O3"
29 -               for f in $DIRTY_CFLAGS; do 
30 -                       if test "x$f" != "x-O2" -a "x$f" != "x-O3" -a "x$f" != "x-O"; then
31 -                               CFLAGS="$CFLAGS $f"
32 -                       fi       
33 -               done
34 -fi
35 -
36  
37  dnl# Check for MMX :
38  if test "x$enable_mmx_optimization" = "xyes"; then
This page took 0.05427 seconds and 3 git commands to generate.