View | Details | Raw Unified | Return to bug 262543
Collapse All | Expand All

(-)b/x11-wm/subtle/files/patch-Rakefile (-3 / +2 lines)
Lines 27-33 Link Here
27
   "archdir"    => "",
27
   "archdir"    => "",
28
   "revision"   => "3224", #< Latest stable
28
   "revision"   => "3224", #< Latest stable
29
-  "cflags"     => "-Wall -Werror -Wpointer-arith -Wstrict-prototypes -Wunused -Wshadow -std=gnu99",
29
-  "cflags"     => "-Wall -Werror -Wpointer-arith -Wstrict-prototypes -Wunused -Wshadow -std=gnu99",
30
+  "cflags"     => "-Wall -Wpointer-arith -Wstrict-prototypes -Wunused -Wshadow -std=gnu99",
30
+  "cflags"     => "-Wall -Wpointer-arith -Wstrict-prototypes -Wunused -Wshadow -std=gnu99 -fdeclspec",
31
   "cpppath"    => "-I. -I$(builddir) -Isrc -Isrc/shared -Isrc/subtle -idirafter$(hdrdir) -idirafter$(archdir)",
31
   "cpppath"    => "-I. -I$(builddir) -Isrc -Isrc/shared -Isrc/subtle -idirafter$(hdrdir) -idirafter$(archdir)",
32
   "ldflags"    => "-L$(libdir) $(rpath) $(LIBS) -l$(RUBY_SO_NAME)",
32
   "ldflags"    => "-L$(libdir) $(rpath) $(LIBS) -l$(RUBY_SO_NAME)",
33
   "extflags"   => "$(LDFLAGS) $(rpath) $(LIBS) -l$(RUBY_SO_NAME)",
33
   "extflags"   => "$(LDFLAGS) $(rpath) $(LIBS) -l$(RUBY_SO_NAME)",
Lines 61-67 Link Here
61
 Extension...........: #{@options["extdir"]}
61
 Extension...........: #{@options["extdir"]}
62
 
62
 
63
 Xpm support.........: #{@options["xpm"]}
63
 Xpm support.........: #{@options["xpm"]}
64
@@ -503,6 +507,8 @@ Xinerama support....: #{@options["xinera
64
@@ -503,6 +507,8 @@ Xinerama support....: #{@options["xinerama"]}
65
 XRandR support......: #{@options["xrandr"]}
65
 XRandR support......: #{@options["xrandr"]}
66
 XTest support.......: #{@options["xtest"]}
66
 XTest support.......: #{@options["xtest"]}
67
 Debugging messages..: #{@options["debug"]}
67
 Debugging messages..: #{@options["debug"]}
68
- 

Return to bug 262543