components/gnome/libcroco/patches/01-studio.patch
changeset 5896 f6a52b8a207c
child 7959 562e5fc8e2ae
equal deleted inserted replaced
5895:742f50b07db0 5896:f6a52b8a207c
       
     1 Build failure without removal of this flag.
       
     2 
       
     3 Needs investigation before filing upstream bug; may be Solaris-specific issue.
       
     4 
       
     5 --- libcroco-0.6.8/configure.in	2012-10-15 15:55:43.000000000 -0700
       
     6 +++ libcroco-0.6.8/configure.in	2015-05-22 16:54:40.646534907 -0700
       
     7 @@ -133,7 +133,7 @@
       
     8    -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations \
       
     9    -Wdeclaration-after-statement -Wold-style-definition \
       
    10    -Wno-missing-field-initializers -Wno-unused-parameter \
       
    11 -  -fno-common -Wno-switch-enum])
       
    12 +  -Wno-switch-enum])
       
    13  
       
    14  ##########################################
       
    15