diff options
Diffstat (limited to 'dev-lang/ruby')
| -rw-r--r-- | dev-lang/ruby/ruby-3.2.6-r4.ebuild | 4 | ||||
| -rw-r--r-- | dev-lang/ruby/ruby-3.2.7.ebuild | 4 | ||||
| -rw-r--r-- | dev-lang/ruby/ruby-3.2.8.ebuild | 4 | ||||
| -rw-r--r-- | dev-lang/ruby/ruby-3.3.8.ebuild | 4 | ||||
| -rw-r--r-- | dev-lang/ruby/ruby-3.4.4.ebuild | 4 |
5 files changed, 20 insertions, 0 deletions
diff --git a/dev-lang/ruby/ruby-3.2.6-r4.ebuild b/dev-lang/ruby/ruby-3.2.6-r4.ebuild index 65d3f07e2a18..6344b359b053 100644 --- a/dev-lang/ruby/ruby-3.2.6-r4.ebuild +++ b/dev-lang/ruby/ruby-3.2.6-r4.ebuild @@ -168,6 +168,10 @@ src_configure() { # set and socks library is present, so need to unset # SOCKS_SERVER in that case. unset SOCKS_SERVER + + # The socks code has a function prototype without parameters, + # bug #945502 + append-cflags -std=gnu17 fi # Increase GC_MALLOC_LIMIT if set (default is 8000000) diff --git a/dev-lang/ruby/ruby-3.2.7.ebuild b/dev-lang/ruby/ruby-3.2.7.ebuild index 2473a89c7658..9454aadab195 100644 --- a/dev-lang/ruby/ruby-3.2.7.ebuild +++ b/dev-lang/ruby/ruby-3.2.7.ebuild @@ -169,6 +169,10 @@ src_configure() { # set and socks library is present, so need to unset # SOCKS_SERVER in that case. unset SOCKS_SERVER + + # The socks code has a function prototype without parameters, + # bug #945502 + append-cflags -std=gnu17 fi # Increase GC_MALLOC_LIMIT if set (default is 8000000) diff --git a/dev-lang/ruby/ruby-3.2.8.ebuild b/dev-lang/ruby/ruby-3.2.8.ebuild index 282a7c440177..e0cc00de94ac 100644 --- a/dev-lang/ruby/ruby-3.2.8.ebuild +++ b/dev-lang/ruby/ruby-3.2.8.ebuild @@ -176,6 +176,10 @@ src_configure() { # set and socks library is present, so need to unset # SOCKS_SERVER in that case. unset SOCKS_SERVER + + # The socks code has a function prototype without parameters, + # bug #945502 + append-cflags -std=gnu17 fi # Increase GC_MALLOC_LIMIT if set (default is 8000000) diff --git a/dev-lang/ruby/ruby-3.3.8.ebuild b/dev-lang/ruby/ruby-3.3.8.ebuild index 75988aaaaf0b..0272a7f7f155 100644 --- a/dev-lang/ruby/ruby-3.3.8.ebuild +++ b/dev-lang/ruby/ruby-3.3.8.ebuild @@ -177,6 +177,10 @@ src_configure() { # set and socks library is present, so need to unset # SOCKS_SERVER in that case. unset SOCKS_SERVER + + # The socks code has a function prototype without parameters, + # bug #945502 + append-cflags -std=gnu17 fi # Increase GC_MALLOC_LIMIT if set (default is 8000000) diff --git a/dev-lang/ruby/ruby-3.4.4.ebuild b/dev-lang/ruby/ruby-3.4.4.ebuild index 5099c6df0e76..0d77e99bcf48 100644 --- a/dev-lang/ruby/ruby-3.4.4.ebuild +++ b/dev-lang/ruby/ruby-3.4.4.ebuild @@ -191,6 +191,10 @@ src_configure() { # set and socks library is present, so need to unset # SOCKS_SERVER in that case. unset SOCKS_SERVER + + # The socks code has a function prototype without parameters, + # bug #945502 + append-cflags -std=gnu17 fi # Increase GC_MALLOC_LIMIT if set (default is 8000000) |
