ports/www/ruby-raindrops/patches/patch-ext_raindrops_extconf_rb

13 lines
360 B
Text
Raw Normal View History

2023-09-08 05:21:37 +00:00
Index: ext/raindrops/extconf.rb
--- ext/raindrops/extconf.rb.orig
+++ ext/raindrops/extconf.rb
@@ -134,7 +134,7 @@ SRC
2023-08-16 22:26:55 +00:00
if try_link(src)
$defs.push(format("-DHAVE_GCC_ATOMIC_BUILTINS"))
true
- else
2023-09-08 05:21:37 +00:00
+ elsif false
# some compilers still target 386 by default, but we need at least 486
# to run atomic builtins.
prev_cflags = $CFLAGS