]> git.pld-linux.org Git - packages/DirectFB.git/blobdiff - DirectFB-am.patch
- updated to 1.6.3
[packages/DirectFB.git] / DirectFB-am.patch
index 4488f532d2c05b62414d03aa8165b4b06262650d..fe9ddc92bcf5e37e30bddaf6e00aa5a098bb7c14 100644 (file)
@@ -1,15 +1,7 @@
---- DirectFB-0.9.18/configure.in.orig  2003-04-24 14:12:15.000000000 +0200
-+++ DirectFB-0.9.18/configure.in       2003-07-12 14:34:09.000000000 +0200
-@@ -67,6 +67,7 @@
- AC_HEADER_STDC
- AC_C_CONST
- AC_C_BIGENDIAN
-+AM_PROG_AS
- AC_PATH_PROGS(PERL, perl5 perl)
-@@ -88,13 +89,6 @@
- AM_CONDITIONAL(FBDEV_CORE, test x$enable_fbdev = xyes)
+--- DirectFB-1.6.0/configure.in.orig   2012-06-14 18:00:08.000000000 +0200
++++ DirectFB-1.6.0/configure.in        2012-06-17 11:44:33.652503513 +0200
+@@ -184,11 +184,6 @@
+ AC_CHECK_HEADERS(linux/compiler.h linux/unistd.h asm/page.h signal.h)
  
  
 -dnl Clear default CFLAGS
@@ -17,16 +9,6 @@
 -  CFLAGS=
 -fi
 -
--CFLAGS="-O3 -pipe $CFLAGS"
--
- if test "x$GCC" = xyes; then
-   CFLAGS="-Wall $CFLAGS"
- fi
-@@ -258,6 +252,7 @@
- if test "x$enable_debug" = xyes; then
-     DFB_INTERNAL_CFLAGS="$DFB_INTERNAL_CFLAGS -DDFB_DEBUG"
-     CFLAGS="$CFLAGS -g3 -fno-inline"
-+    DFB_CFLAGS_OMIT_FRAME_POINTER=""
- fi
- AM_CONDITIONAL(ENABLE_DEBUG, test "x$enable_debug" = xyes)
+ CFLAGS="-ffast-math -pipe $CFLAGS"
  
+ DFB_INTERNAL_CFLAGS="-D_GNU_SOURCE $DFB_INTERNAL_CFLAGS"
This page took 0.101836 seconds and 4 git commands to generate.