SOURCES: libstk-fixes.patch - workarounds

arekm arekm at pld-linux.org
Thu Oct 2 08:48:10 CEST 2008


Author: arekm                        Date: Thu Oct  2 06:48:10 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- workarounds

---- Files affected:
SOURCES:
   libstk-fixes.patch (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SOURCES/libstk-fixes.patch
diff -u SOURCES/libstk-fixes.patch:1.7 SOURCES/libstk-fixes.patch:1.8
--- SOURCES/libstk-fixes.patch:1.7	Fri Aug 22 23:16:20 2008
+++ SOURCES/libstk-fixes.patch	Thu Oct  2 08:48:04 2008
@@ -49,7 +49,7 @@
  AM_CONFIG_HEADER(libstk/config.h)
  
 -CXXFLAGS="$CXXFLAGS -Wall -W -Wno-switch -pedantic -O3 -pthread"
-+CXXFLAGS="$CXXFLAGS -Wall -W -Wno-switch -pedantic -pthread"
++CXXFLAGS="$CXXFLAGS -Wall -W -Wno-switch -pthread"
  
  AC_OUTPUT([
  Makefile
@@ -64,3 +64,14 @@
  #include <boost/shared_ptr.hpp>
  #include <vector>
  #include <string>
+--- libstk/libstk/overlay_dfb.h~	2008-10-02 08:38:53.983979076 +0200
++++ libstk/libstk/overlay_dfb.h	2008-10-02 08:39:14.560643428 +0200
+@@ -118,7 +118,7 @@
+         {
+             INFO("destructor")
+             if (locked_) unlock();
+-            DFBCHECK(surface_->Release(surface_));
++            DFBCHECK((DFBResult)surface_->Release(surface_));
+             surface_ = NULL;
+         }
+ 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/libstk-fixes.patch?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list