From b587b27b1982ebb283588d458e44f8b94a1db880 Mon Sep 17 00:00:00 2001 From: freetz Date: Mon, 21 Jul 2003 22:18:49 +0000 Subject: [PATCH] - updated for 0.9.19 Changed files: DirectFB-am.patch -> 1.5 DirectFB-pmake.patch -> 1.2 --- DirectFB-am.patch | 31 ++++++++----------------------- DirectFB-pmake.patch | 13 ++++++++----- 2 files changed, 16 insertions(+), 28 deletions(-) diff --git a/DirectFB-am.patch b/DirectFB-am.patch index 4488f53..cd6a1b3 100644 --- a/DirectFB-am.patch +++ b/DirectFB-am.patch @@ -1,14 +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 @@ +diff -aurN DirectFB-0.9.19.orig/configure.in DirectFB-0.9.19/configure.in +--- DirectFB-0.9.19.orig/configure.in 2003-07-14 17:18:25.000000000 +0200 ++++ DirectFB-0.9.19/configure.in 2003-07-21 21:26:22.000000000 +0200 +@@ -93,13 +93,6 @@ AM_CONDITIONAL(FBDEV_CORE, test x$enable_fbdev = xyes) @@ -17,16 +10,8 @@ - CFLAGS= -fi - --CFLAGS="-O3 -pipe $CFLAGS" +-CFLAGS="-O3 -ffast-math -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) - + AC_ARG_ENABLE(extra-warnings, + [ --enable-extra-warnings enable extra warnings [default=no]],, + enable_extra_warnings=no) diff --git a/DirectFB-pmake.patch b/DirectFB-pmake.patch index 4fa60ab..a0b8d7c 100644 --- a/DirectFB-pmake.patch +++ b/DirectFB-pmake.patch @@ -1,10 +1,13 @@ ---- DirectFB-0.9.16/src/Makefile.am Mon Oct 28 15:54:26 2002 -+++ DirectFB-0.9.16.new/src/Makefile.am Mon Mar 3 17:48:45 2003 -@@ -61,6 +61,7 @@ +diff -aurN DirectFB-0.9.19.orig/src/Makefile.am DirectFB-0.9.19/src/Makefile.am +--- DirectFB-0.9.19.orig/src/Makefile.am 2003-07-02 04:22:25.000000000 +0200 ++++ DirectFB-0.9.19/src/Makefile.am 2003-07-21 21:31:00.000000000 +0200 +@@ -59,7 +59,8 @@ cp -af libdirectfb_fixed.a .libs/libdirectfb.a - .libs/libdirectfb.a: + .libs/libdirectfb.a: libdirectfb.la +- + -mkdir .libs - ++ else + clean-local: -- 2.44.0