]> git.pld-linux.org Git - packages/DirectFB.git/commitdiff
- updated for 0.9.19
authorfreetz <freetz@pld-linux.org>
Mon, 21 Jul 2003 22:18:49 +0000 (22:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    DirectFB-am.patch -> 1.5
    DirectFB-pmake.patch -> 1.2

DirectFB-am.patch
DirectFB-pmake.patch

index 4488f532d2c05b62414d03aa8165b4b06262650d..cd6a1b3ae8821074b578dde41e5b057279244f2f 100644 (file)
@@ -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)
  
  
 -  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)
index 4fa60abcd8965d7b9c296c7ff63061ececc2f4dc..a0b8d7cc648ab4cd230b32be1410ef8c49c3d34a 100644 (file)
@@ -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:
This page took 0.031861 seconds and 4 git commands to generate.