]> git.pld-linux.org Git - packages/DirectFB.git/commitdiff
- updated for 0.9.18 (forgotten commit)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 14 Jul 2003 16:22:27 +0000 (16:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    DirectFB-am.patch -> 1.4

DirectFB-am.patch

index d6c63dbd2460efa621d86b6c1ddffd1e19864161..4488f532d2c05b62414d03aa8165b4b06262650d 100644 (file)
@@ -1,6 +1,6 @@
---- DirectFB-0.9.14/configure.in.orig  Mon Oct 28 19:20:06 2002
-+++ DirectFB-0.9.14/configure.in       Thu Nov  7 11:21:17 2002
-@@ -64,6 +64,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
@@ -8,14 +8,25 @@
  
  AC_PATH_PROGS(PERL, perl5 perl)
  
-@@ -230,9 +231,8 @@
+@@ -88,13 +89,6 @@
+ AM_CONDITIONAL(FBDEV_CORE, test x$enable_fbdev = xyes)
+-dnl Clear default CFLAGS
+-if test x"$CFLAGS" = x"-g -O2"; then
+-  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
-     AC_DEFINE(DFB_DEBUG,1,[Define to 1 if you want debugging support.])
      DFB_INTERNAL_CFLAGS="$DFB_INTERNAL_CFLAGS -DDFB_DEBUG"
--    DFB_CFLAGS="$DFB_CFLAGS -O3 -g3 -fno-inline"
-+    DFB_CFLAGS="$DFB_CFLAGS -fno-inline"
- else
--    DFB_CFLAGS="$DFB_CFLAGS -O3 -g"
-     if test "x$enable_profiling" = xno; then
-         DFB_CFLAGS_OMIT_FRAME_POINTER="-fomit-frame-pointer"
-     fi
+     CFLAGS="$CFLAGS -g3 -fno-inline"
++    DFB_CFLAGS_OMIT_FRAME_POINTER=""
+ fi
+ AM_CONDITIONAL(ENABLE_DEBUG, test "x$enable_debug" = xyes)
This page took 0.101012 seconds and 4 git commands to generate.