FreeBSD Bugzilla – Attachment 232445 Details for
Bug 262543
x11-wm/subtle: Fix build with Ruby 3.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch file
x11-wm_subtle.patch (text/plain), 1.50 KB, created by
Yasuhiro Kimura
on 2022-03-14 04:31:49 UTC
(
hide
)
Description:
Patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2022-03-14 04:31:49 UTC
Size:
1.50 KB
patch
obsolete
>From c9b6e8a63287a05272fdd6f0ffc4079d32a9b73a Mon Sep 17 00:00:00 2001 >From: Yasuhiro Kimura <yasu@FreeBSD.org> >Date: Mon, 14 Mar 2022 13:29:09 +0900 >Subject: [PATCH] x11-wm/subtle: Fix build with Ruby 3.x > >--- > x11-wm/subtle/files/patch-Rakefile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/x11-wm/subtle/files/patch-Rakefile b/x11-wm/subtle/files/patch-Rakefile >index abf104a83383..2e700fa2edb8 100644 >--- a/x11-wm/subtle/files/patch-Rakefile >+++ b/x11-wm/subtle/files/patch-Rakefile >@@ -27,7 +27,7 @@ > "archdir" => "", > "revision" => "3224", #< Latest stable > - "cflags" => "-Wall -Werror -Wpointer-arith -Wstrict-prototypes -Wunused -Wshadow -std=gnu99", >-+ "cflags" => "-Wall -Wpointer-arith -Wstrict-prototypes -Wunused -Wshadow -std=gnu99", >++ "cflags" => "-Wall -Wpointer-arith -Wstrict-prototypes -Wunused -Wshadow -std=gnu99 -fdeclspec", > "cpppath" => "-I. -I$(builddir) -Isrc -Isrc/shared -Isrc/subtle -idirafter$(hdrdir) -idirafter$(archdir)", > "ldflags" => "-L$(libdir) $(rpath) $(LIBS) -l$(RUBY_SO_NAME)", > "extflags" => "$(LDFLAGS) $(rpath) $(LIBS) -l$(RUBY_SO_NAME)", >@@ -61,7 +61,7 @@ > Extension...........: #{@options["extdir"]} > > Xpm support.........: #{@options["xpm"]} >-@@ -503,6 +507,8 @@ Xinerama support....: #{@options["xinera >+@@ -503,6 +507,8 @@ Xinerama support....: #{@options["xinerama"]} > XRandR support......: #{@options["xrandr"]} > XTest support.......: #{@options["xtest"]} > Debugging messages..: #{@options["debug"]} >-- >2.35.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 262543
: 232445