]> git.pld-linux.org Git - packages/DirectFB-extra.git/blob - DirectFB-extra-acfix.patch
- note where recent versions could be found
[packages/DirectFB-extra.git] / DirectFB-extra-acfix.patch
1 --- DirectFB-extra-0.9.16/configure.in.orig     Mon Jan 13 16:19:59 2003
2 +++ DirectFB-extra-0.9.16/configure.in  Fri Jan 17 22:08:03 2003
3 @@ -101,7 +101,7 @@
4  DFB_CFLAGS="$DFB_CFLAGS $DFB_INTERNAL_CFLAGS -DREENTRANT"
5  
6  if test "x$GCC" = xyes; then
7 -  DFB_CFLAGS="$DFB_CFLAGS -O3 -fexpensive-optimizations -ffast-math -Wall"
8 +  DFB_CFLAGS="$DFB_CFLAGS -ffast-math -Wall"
9  fi
10  
11  
12 @@ -113,8 +113,6 @@
13  if test "x$enable_debug" = xyes; then
14      AC_DEFINE(DFB_DEBUG, 1, [Define to 1 to enable debugging support.])
15      DFB_CFLAGS="$DFB_CFLAGS -g3"
16 -else
17 -    DFB_CFLAGS="$DFB_CFLAGS -g0"
18  fi
19  AM_CONDITIONAL(ENABLE_DEBUG, test "x$enable_debug" = xyes)
20  
21 @@ -223,7 +229,10 @@
22  # Honor aclocal flags
23  ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
24  
25 -
26 +if test "x$cflags_set" != "xset" ; then
27 +       DFB_CFLAGS="$DFB_CFLAGS $CFLAGS"
28 +fi
29 +    
30  AC_SUBST(DFB_CFLAGS)
31  AC_SUBST(DFB_LIBS)
32  AC_SUBST(DATADIR)
33 --- DirectFB-extra-0.9.23/interfaces/IDirectFBImageProvider/Makefile.am.orig    Mon Oct 28 16:54:28 2002
34 +++ DirectFB-extra-0.9.23/interfaces/IDirectFBImageProvider/Makefile.am Fri Jan 17 22:08:45 2003
35 @@ -3,7 +3,7 @@
36  idirectfbimageproviderdir = $(MODULEDIR)/interfaces/IDirectFBImageProvider
37  
38  
39 -AM_CFLAGS = $(DFB_CFLAGS) $(SVG_CFLAGS) -DDATADIR=\"@DATADIR@\"
40 +AM_CFLAGS = $(DFB_CFLAGS) $(SVG_CFLAGS) -DDATADIR=\"@DATADIR@\" $(IMLIB2_INCLUDES)
41  
42  if IMLIB2
43  IMLIB2_PROVIDER = libidirectfbimageprovider_imlib2.la
This page took 0.095207 seconds and 3 git commands to generate.